TextEdit.SelectAll

From Xojo Documentation

Method

TextEdit.SelectAll()

Supported for all project types and targets.

Selects all of the text in the control. If there is no text in the control, SelectAll does nothing.

Example

This example selects all the text in the control.

TextArea1.SelectAll