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

Created Caption (markdown)

FellippeHeitor 2016-12-19 01:41:11 -02:00
parent 183477ceaa
commit 9df6a8457f

12
Caption.md Normal file

@ -0,0 +1,12 @@
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:"
## Controls that use the caption property:
* [[Button]]
* [[Label]]
* [[Textbox]]
* [[Checkbox]]
* [[Radio button]]
* [[Progress bar]]
* [[Frame]]