JVCL Help:TRichLangOption
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TRichLangOption type
Search in JVCL Help
Search in all projectsSummary
Enumerates language options.
Pascal
run\JvRichEdit.pas
TRichLangOption = (
rlAutoKeyboard,
rlAutoFont,
rlImeCancelComplete,
rlImeAlwaysSendNotify
);
TRichLangOptions = setof TRichLangOption;
Members
Members | Description |
rlAutoKeyboard | Automatically changes the keyboard layout when the user explicitly changes to a different font, or when the user explicitly changes the insertion point to a new location in the text. |
rlAutoFont | Automatically changes fonts when the user explicitly changes to a different keyboard layout. |
rlImeCancelComplete | If this flag is set, the control discards the composition string. If this flag is not set, the control uses the composition string as the result string. |
rlImeAlwaysSendNotify | Send notification when final string comes in. (default) If this flag is set, Send EN_CHANGE and EN_SELCHANGE events during undetermined state. |
Description
The TRichLangOption is used to specify a specific language option. TRichLangOptions is a set of TRichLangOption values.
See Also
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page