ImageEn, unit iexRichEdit

TIERichEdit.SelectAll

TIERichEdit.SelectAll

Declaration

procedure SelectAll(LineOnly: Boolean = False);

Description

Selects the entire content, or if LineOnly= true, just the line of the selection.

Example

// Select all text
IERichEdit1.SelectAll();