Vcl.VirtualImageList.TVirtualImageList.Insert

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Insert(AIndex: Integer; AName: String; ACollectionIndex: Integer; AddDisabledCopy: Boolean = False); overload;
procedure Insert(AIndex: Integer; AName: String; const ACollectionName: String; AddDisabledCopy: Boolean = False); overload;

C++

HIDESBASE void __fastcall Insert(int AIndex, System::UnicodeString AName, int ACollectionIndex, bool AddDisabledCopy = false)/* overload */;
HIDESBASE void __fastcall Insert(int AIndex, System::UnicodeString AName, const System::UnicodeString ACollectionName, bool AddDisabledCopy = false)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.VirtualImageList.pas
Vcl.VirtualImageList.hpp
Vcl.VirtualImageList TVirtualImageList

Description

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

Vcl.VirtualImageList.TVirtualImageList.Insert inherits from Vcl.ImgList.TCustomImageList.Insert. All content below this line refers to Vcl.ImgList.TCustomImageList.Insert.

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