Clear method (ImageList Control)

C++ Builder example

Delphi example

 

Builder Syntax

int __fastcall Clear(void);

Delphi Syntax

Function Clear: Integer;

Overview

Refer to Using the ImageList Control.

Remarks

Removes all items from the ImageList Control and frees the memory associated with the items.

See Also

Elements:

Insert method, Remove method, Count property, Sort method

Topics:

Raster Images: Displaying Images