Remove method (ImageList Control)

C++ Builder example

Delphi example

 

Builder Syntax

int __fastcall Remove(int nIndex);

Delphi Syntax

Function Remove( nIndex: nIndex): Integer;

Overview

Refer to Using the ImageList Control.

Remarks

Removes the specified item from the ImageList Control and frees the memory associated with the item.

See Also

Elements:

Item property, Insert method, InsertAt method, Count property, Sort method, InsertFromBitmapList method, LoadFromFile method, SaveToFile method

Topics:

Raster Images: Displaying Images