JVCL Help:TRichLangOption

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Enumerates language options.

run\JvRichEdit.pas


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.

run\JvRichEdit.pas


Description

The TRichLangOption is used to specify a specific language option. TRichLangOptions is a set of TRichLangOption values.

run\JvRichEdit.pas


See Also

TJvCustomRichEdit.LangOptions

run\JvRichEdit.pas


About

Navigation

no pages or subcategories

run\JvRichEdit.pas



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