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

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

Inserts item from the Image Collection with an specific name and an specific Image Collection item index.