-
Notifications
You must be signed in to change notification settings - Fork 16
Text
Fellippe Heitor edited this page Jun 17, 2018
·
6 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.