TiObjectCanvas.ImageListRemoveAll

TiObjectCanvas

Removes all images from the internal image list of the component.

procedure ImageListRemoveAll();

Description

Call ImageListRemoveAll to remove all images in the component's built-in image list.

To load images into the component again, use ImageListLoadFromResourceID or ImageListLoadFromResourceName.

Example

Delphi

iComponent.ImageListRemoveAll;

C++ Builder

iComponent->ImageListRemoveAll();

Contents | Index | Previous | Next