TCustomRichView.SelectAll

<< Click to display table of contents >>

TCustomRichView.SelectAll

Selects the whole document for copying to the Clipboard

procedure SelectAll;

This method does not repaint document, call Invalidate.

In RichViewEdit this method moves the caret to the end of document. The method generates OnSelect event.

This method must be called only when the document is formatted.

 

See also methods:

SetSelectionBounds;

Deselect.

See also:

Selecting in RichView document.

See also:

Edit method of table cell.