-
Notifications
You must be signed in to change notification settings - Fork 4
Text
Samuel Gomes edited this page Feb 12, 2024
·
2 revisions
Texts are accessible via an array of variable width STRINGs, using the control's ID:
Text(ControlID) = "Your text"
- Button, Menu item, Picture box: if you use the LoadImage methods, the Text property holds the loaded file image name, if load is successful.
- List, Dropdown list: the Text property holds the list items, separated by CHR$(13). Use the List methods to manipulate those, instead of directly changing them.