ImageEn, unit iexRichEdit

TIERichEdit.SelectionTypes

TIERichEdit.SelectionTypes


Declaration

property SelectionTypes: TIESelectionTypes;


Description

Returns the types of items in the current selection.

Rich Edit Identifier: EM_SELECTIONTYPE


Example

// Enable Object Properties button if object selected
btnObjectProps.Enabled := IERichEdit1.SelectionTypes = [slObject];