TiPlotComponent.ImageListClear
TiPlotComponent
Clears the specified internal image list of the component.
procedure ImageListClear(ImageListIndex : Integer);
Description
Call ImageListClear to clear out the images in the specified component's
built-in image list.
To load images into the component again, use ImageListLoadFromResourceID or ImageListLoadFromResourceName.
Example
Delphi
iComponent.ImageListClear(0); //Clears the first image list
C++ Builder
iComponent->ImageListClear(0); //Clears the first image list
Contents | Index | Previous | Next