-
Notifications
You must be signed in to change notification settings - Fork 4
Caption
Samuel Gomes edited this page Feb 12, 2024
·
2 revisions
Captions hold the text that is shown to the user on a control. For Textbox controls, a caption is displayed while the text field is still empty, serving as an indicator of the expected field content.
Captions are accessible via an array of variable width STRINGs, using the control's ID:
Caption(ControlID) = "Caption contents"
To add a hot-key indicator to a caption, use the SetCaption method.