JVCL Help:TRichSelection
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TRichSelection type
Search in JVCL Help
Search in all projectsSummary
Enumerates types of selections.
Pascal
run\JvRichEdit.pas
TRichSelection = (
stText,
stObject,
stMultiChar,
stMultiObject
);
TRichSelectionType = setof TRichSelection;
Members
Members | Description |
stText | Text. |
stObject | At least one Component Object Model (COM) object. |
stMultiChar | More than one character of text. |
stMultiObject | More than one COM object. |
Description
The TRichSelection is used to specify a specific selection type for a rich edit control. TRichSelectionType is a set of TRichSelection values.
See Also
TJvCustomRichEdit.SelectionType
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