From 99c2ef7480cb25ba1874ab3c8528ac8304bb4e13 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Fri, 13 Jan 2017 09:11:37 -0300 Subject: [PATCH] Updated Caption (markdown) --- Caption.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Caption.md b/Caption.md index 9c37214..51e9c12 100644 --- a/Caption.md +++ b/Caption.md @@ -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"