WinStudio
Global Property
Use the
Global
property to specify the scope of a variable.
Setting
Description
True
The variable can be used by more than one form. Once the value is set to
True
, it cannot be altered.
False
The variable is unique to one form.
Related Topics
About Variables