GGet Statement

Description
GGet is used to get the values of properties for forms and controls in the current project.

Usage

GGet  Form .Property, var  
GGet  Form .Control.Property, var  
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 or return the value of.
var
Variable that will contain the value of the property.

Remarks
GGet is used to retrieve the value of a property at runtime. If you enter strings over 255 characters into the property, the 1st to 255th characters are stored in the variable var.

See Also
GSet