IMAGE LIST
  

Image list functions to create and destroy image lists, add and remove images, replace and merge images, draw images, and drag images.

SYNTAX

DEFINE IMAGELIST <ControlName>
[ OF | PARENT> <
ParentWindowName> ]
[ BUTTONSIZE <
nWidth> , <nHeight> ]
[ IMAGE <
aImage> ]
[ IMAGEMASK <
aImageMask> ]
[ COLORMASK <
aColorMask> ]
[ IMAGECOUNT <
ImageCount> ]
[ MASK ]

DRAW IMAGELIST <ControlName>
OF | PARENT> <
ParentWindowName>
AT <
nRow> ,<nCol>
IMAGEINDEX <
ImageIndex>

RELEASE IMAGELIST <ControlName>
OF | PARENT> <
ParentWindowName>

ERASE IMAGE <ControlName>
OF | PARENT> <
ParentWindowName>
AT <
nRow> ,<nCol>

BEGINDRAG IMAGE <ControlName>
OF | PARENT> <
ParentWindowName>
AT <
nRow> ,<nCol>
IMAGEINDEX <
ImageIndex>

ENTERDRAG IMAGE AT <nRow> ,<nCol>

MOVE IMAGE AT <nRow> ,<nCol>

ENDDRAG IMAGE

ADD IMAGE <image> [ <mask> ] TO <ControlName> OF <ParentWindowName>

ADD MASKEDIMAGE <image> [ <aColor> ] TO <ControlName> OF <ParentWindowName>

DELETE IMAGE <index> FROM <ControlName> OF <ParentWindowName>

EXAMPLE:

see demo in :
\Samples\Advanced\ImageList