Vcl.ImgList.TCustomImageList.Delete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Delete(Index: Integer);

C++

void __fastcall Delete(int Index);

Properties

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

Description

Deletes a particular image from the image list.

Use the Delete method to delete an image specified by Index in the image list. Use the Clear method to delete all images in the image list.

See Also