ImageEn, unit iexRichEdit |
|
TIERichEdit.SelectionTypes
Declaration
property SelectionTypes: TIESelectionTypes;
Description
Returns the types of items in the current selection.
Rich Edit Identifier: EM_SELECTIONTYPE
// Enable Object Properties button if object selected
btnObjectProps.Enabled := IERichEdit1.SelectionTypes = [slObject];