1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-09-19 12:14:49 +00:00

Updated Caption (markdown)

FellippeHeitor 2017-01-13 09:11:37 -03:00
parent a66525a3bd
commit 99c2ef7480

@ -1,4 +1,6 @@
Captions hold the text that is shown to the user on a control. They are accessible via an array of variable width STRINGs, using the control's ID:
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"