The text property is the text to display on the label control.
Property Type: Dynamic
Default Value: Takes the name given to the control when it was added
Hierarchical Reference: ControlNameReturn
The position of the caption in relation to the control differs between control types.
By default the caption takes the name given to the control when the control is created (not on renaming the control).
As control names cannot include spaces capitalized words are automatically separated with a space for the caption.
For example:
When the name shown in the image below is given to a control
The caption displayed will be:
Please Enter The Length
The default value of the property can be changed by any of the following methods:
Text Property Value | Result |
---|---|
"Please Enter The Length" | Displays the caption Please Enter The Length on the control. |
Value can be controlled by a rule.