CTLINITBEDIT
- 0
 
| Constant
 | Description
 | 
| BESC_DEFAULT
 | Use the default size parameters to create the 
 boxed edit control. This results in the same behavior as BESC_KANJIFIXED for applications that have registered themselves through the use of the SetPenAppFlags function with the RPI_KANJIFIXEDBEDIT flag. For all other applications, it results in the same behavior as BESC_ROMANFIXED.  | 
| BESC_ROMANFIXED
 | Comb-style bedit control with dimensions indicated by BXD_ constants (in
dialog units). Meant for use with Roman characters.
 | 
| BESC_KANJIFIXED
 | (Japanese version only.) Box-style bedit control with dimensions indicated by
BXDK_ constants (in dialog units). Meant for use with kanji characters. This
value should be used by applications that cannot handle user-defined box sizes.
 | 
| BESC_USERDEFINED
 | A bedit control that can handle the box size parameters defined by the user.
For further details, see the description for PMSC_BEDITCHANGE in the reference
section for the WM_PENMISC message.
 | 
| Constant
 | Description
 | 
| CIB_NOGDMSG
 | (Not supported in Japanese version.) 
 Do not display the garbage-detection message box when writing in the bedit control.  | 
| CIB_NOACTIONHANDLE
 | Do not create action handles.
 | 
| CIB_NOFLASHCURSOR
 | Do not change the cursor if tap-and-hold action is detected.
 | 
| CIB_NOWRITING 
 | (Japanese version only.) Do not allow pen input into the control. Other
methods of inputting text, such as keyboard input or pasting from the keyboard, are
allowed.
 | 
- Software for developers
 - 
				Delphi Components
.Net Components
Software for Android Developers - More information resources
 - 
				MegaDetailed.Net
Unix Manual Pages
Delphi Examples 


