Dynamic Label (Label)
Indicates whether the associated label for the widget's field is updated dynamically to reflect the object contained in the widget.
|
Value |
Description |
|---|---|
|
|
The contents of the widget's second subfield are automatically displayed in its associated label (if the label exists). |
|
|
The label is not dynamically updated |
Description
For example, if True, the
ProcScript drag=1;Copy this is assigned to a drag widget, where the ;
character is a subfield separator. In this case, the value 1 (the first
subfield) is assigned to the widget named drag, and the text Copy
this (the second subfield) is assigned to the associated dynamic label of the widget.
Setting in ProcScript
$fieldproperties(DDFLD) = "label=true"