TcxCustomImageList.Clear Method
In This Article
Deletes all stored images.
#Declaration
Delphi
procedure Clear;
#Remarks
Every action that changes the image list’s height or width calls the Clear procedure.
Note
Call the Delete procedure to remove only a specific image from the list.
See Also