Vcl.VirtualImageList.TVirtualImageList.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Add(const ACategory: String; AStartIndex, AEndIndex: Integer; AddDisabledCopies: Boolean = False); overload;
procedure Add(AName: String; ACollectionIndex: Integer; AddDisabledCopy: Boolean = False); overload;
procedure Add(AName: String; const ACollectionName: String; AddDisabledCopy: Boolean = False); overload;

C++

HIDESBASE void __fastcall Add(const System::UnicodeString ACategory, int AStartIndex, int AEndIndex, bool AddDisabledCopies = false)/* overload */;
HIDESBASE void __fastcall Add(System::UnicodeString AName, int ACollectionIndex, bool AddDisabledCopy = false)/* overload */;
HIDESBASE void __fastcall Add(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

Adds an item from the Image Collection using a specific name and a specific Image Collection item index.

Add items from the image collection using the start and end item indexes. If ACategory is set, then items will be added only with this category. If AddDisabledCopies is set, then disabled copies will be added also.