Vcl.ImgList.TCustomImageList.InsertIcon

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InsertIcon(Index: Integer; Image: TIcon);

C++

void __fastcall InsertIcon(int Index, Vcl::Graphics::TIcon* Image);

Properties

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

Description

Inserts an icon at a specified position in the image list.

Use the InsertIcon method to insert an icon into the image list. The icon is inserted following the image specified by Index.

See Also