A property that contains the text label of the button and allows this label to be set.
Property of Button
Description
This property holds the value of the text label displayed on the button. When the form is initially loaded (prior to the execution of the Global MetaScript), the button label is the one specified in the Button dialog of Virtual Ticket Administrator. However, the button label may be changed dynamically by setting the label property via MetaScript.
Examples
Assume that a button with "button" as the ID has been added to a Virtual Ticket form. The following code illustrates changing the the label of the button based on the value of a field of the record being displayed using the form.