TiObjectCanvas.ImageListDelete

TiObjectCanvas

Removes a specific image from the internal image list of the component.

procedure ImageListDelete(Index: Integer);

Description

Call ImageListDelete to remove a specific image from the component's built-in image list.

Example

Delphi

iComponent.ImageListDelete(5);

C++ Builder

iComponent->ImageListDelete(5);

Note: Index is zero-based.

Contents | Index | Previous | Next