Home Search

DriveWorks Pro 21
Text (Label Control)

Send Feedback

Text (Label Control)

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

To Change the Default Value

The default value of the property can be changed by any of the following methods:

  • Enter the required value directly into the enabled property field.
    1. Click in the property for the control to be changed.
    2. Type the required value directly into the property field.
  • Activate the rule builder.
    1. Click in the property for the control to be changed.
    2. Click the build button at the end of the property field to launch the rule builder .
    3. Enter the rule in the rule editor and click OK to apply.

Examples

Text Property ValueResult
"Please Enter The Length"Displays the caption Please Enter The Length on the control.

Value can be controlled by a rule.