ImageEn, unit iexRichEdit

TIERichEdit.GetSelection

TIERichEdit.GetSelection


Declaration

function GetSelection(): TCharRange;


Description

Returns the range of the current selection.

TCharRange is defined as:

Declaration

TCharRange = record
  cpMin: Longint;
  cpMax: LongInt;
end;


Rich Edit Identifier: EM_EXGETSEL