CREATE VARIANT
PLBCMP GUI Only
The CREATE VARIANT statement initializes a VARIANT object variable. The statement format is:
|
|
|
|
|
Where:
label
Optional. A Program Execution Label.
parent
Optional. A previously created WINDOW or PANEL object variable or pointer to a WINDOW or PANEL object on which the object is created.
variant
Required. The name of a previously defined VARIANT object variable or pointer to a VARIANT object.
property list
Optional. One or more of the object properties.
Flags Affected: NONE
Note the following:
Only the CREATE, GETPROP, and SETPROP instructions may be used with a VARIANT object.
See Also: CREATE, Object Output Instructions
![]() |