1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-09-18 19:54:44 +00:00

Updated Caption (markdown)

FellippeHeitor 2016-12-19 01:41:44 -02:00
parent 9df6a8457f
commit f678e2afd3

@ -1,6 +1,6 @@
Captions hold the text that is shown to the user. They are accessible via an array of variable width STRINGs, using the control's ID:
Caption(Label1) = "Your name:"
Caption(ControlID) = "Caption contents"
## Controls that use the caption property:
* [[Button]]