GSet Statement

Description
GSet is used to set the values of properties in GUI Builder.

Usage

GSet  Form .Property, value  
GSet  Form .Control.Property, value  
Form
Name of a form or string variable containing a form name.
Control
Name of a control or string variable containing a control name. The control must exist in the specified form.
Property
Name of the property to set the value of.
value
The expression that holds the data to be set.

Remarks
GSet is used to set the value of a form or control property at runtime.

See Also
GGet