Vcl.ImgList.TCustomImageList.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear;

C++

void __fastcall Clear();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ImgList.pas
Vcl.ImgList.hpp
Vcl.ImgList TCustomImageList

Description

Clears all images from the image list.

Use the Clear method to remove all images from the image list. Use the Delete method to delete one image from the image list.

See Also