CREATE IMAGELIST
PLBCMP GUI Only
The CREATE IMAGELIST statement initializes an IMAGELIST object variable that is a collection of images. 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.
imagelist
Required. The name of a previously defined IMAGELIST object variable or pointer to an IMAGELIST object.
property list
Optional. One or more of the object properties.
Flags Affected: NONE
Note the following:
IMAGELIST objects can be used with TREEVIEW and LISTVIEW objects.
These images can be bitmaps or icons.
See Also: Example Code, CREATE, Object Output Instructions
![]() |