CREATE TREEVIEW
PLBCMP GUI Only
The CREATE TREEVIEW statement initializes a TREEVIEW 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.
treeview
Required. The name of a previously defined TREEVIEW object variable or pointer to a TREEVIEW object.
pos
Required. The screen position of the object as described below.
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 coordinates must be specified in the following order: horizontal starting position, horizontal ending position, vertical starting position, vertical ending position.
If the optional {parent} parameter is not specified, the default window is used.
See Also: Example Code, CREATE, Object Output Instructions
![]() |