TextEdit.SelectAll
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
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