Skip to main content

TcxCustomTextEdit.SelectAll Method

Selects all text within an editor.

Declaration

procedure SelectAll; override;

Remarks

Use the SelectAll method to select all text within an editor. After the text is selected it can be copied to the clipboard using the CopyToClipboard or CutToClipboard method.

See Also