| ImageEn, unit iexRichEdit |
|
TIERichEdit.GetSelection
Declaration
function GetSelection(): TCharRange;
Description
Returns the range of the current selection.
TCharRange is defined as:
TCharRange = record
cpMin: LongInt;
cpMax: LongInt;
end;
Rich Edit Identifier: EM_EXGETSEL