1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-05-12 06:50:12 +00:00
5 Caption
FellippeHeitor edited this page 2017-01-13 09:11:37 -03:00

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.

Controls that use the caption property: