TextEdit.SelectAll
From Xojo Documentation
Method
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
Selects all of the text in the control. If there is no text in the control, SelectAll does nothing.
This example selects all the text in the control.