TiImageDisplay.ImageListClear

TiImageDisplay

Clears the internal image list of the component.

procedure ImageListClear();

Description

Call ImageListClear to clear out the images in the component's built-in image list.

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

Example

Delphi

iComponent.ImageListClear;

C++ Builder

iComponent->ImageListClear();

Contents | Index | Previous | Next