CREATE AUTOMATION
PLBCMP GUI Only
The CREATE AUTOMATION statement initializes an AUTOMATION 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.
automation
Required. The name of a previously defined AUTOMATION object variable or pointer to an AUTOMATION object.
property list
Optional. One or more of the object properties.
Flags Affected: NONE
Note the following:
If the CLASS property is not specified, it must be defined in the AUTOMATION declaration.
Additional AUTOMATION object properties are defined in the vendor supplied documentation.
If the optional {window} parameter is not specified, the default window is used.
When running under the PL/B Application Server, a CLASS or CLASSID property beginning with an exclamation mark (!) signifies that the file resides on the client rather than the server.
See Also: Example Code, CREATE, Object Output Instructions
![]() |