CREATE WINDOW
PLBCMP GUI Only
The CREATE WINDOW statement initializes a WINDOW object variable. The statement format is:
|
|
|
|
|
Where:
label
Optional. A Program Execution Label.
window
Required. The name of a previously defined WINDOW object variable or pointer to a WINDOW object.
pos
Required. The screen position of the object given as: {top}:{bottom}:{left}:{right} in pixels.
property list
Optional. One or more of the object properties.
Flags Affected: NONE
Note the following:
The {pos} screen coordinates for the object must be given and must be valid. Each of the coordinates may be a Numeric Variable, an Expression, or a decimal constant.
The screen coordinates must be specified in pixels.
See Also: Example Code, CREATE, Object Output Instructions
![]() |