CREATE IMAGELIST


PLBCMP GUI Only

square.png Properties

square.png Events

square.png Methods

square.png Instructions

 

The CREATE IMAGELIST statement initializes an IMAGELIST object variable that is a collection of images. The statement format is:

 

 

[label]

CREATE

[{parent};]{imagelist[,{property list}...]

 

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:

  1. IMAGELIST objects can be used with TREEVIEW and LISTVIEW objects.

  2. These images can be bitmaps or icons.

 

 

See Also: Example Code, CREATE, Object Output Instructions

 



PL/B Language Reference CREATE ICON CREATE LABELTEXT