Vcl.ImgList.TCustomImageList.Insert

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Insert(Index: Integer; Image, Mask: TBitmap);

C++

HIDESBASE void __fastcall Insert(int Index, Vcl::Graphics::TBitmap* Image, Vcl::Graphics::TBitmap* Mask);

Properties

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

Description

Inserts a bitmap and its mask into the image list following a specified image.

Use the Insert method to insert a bitmap and its mask into the image list. The image is inserted following the image specified by Index.

See Also