Vcl.VirtualImageList.TVirtualImageList.Insert

提供: RAD Studio API Documentation
移動先: 案内検索

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 */;

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Vcl.VirtualImageList.pas
Vcl.VirtualImageList.hpp
Vcl.VirtualImageList TVirtualImageList

説明

Insert は,ビットマップとそのマスクをイメージリスト内の指定したイメージの後に挿入します。

Vcl.VirtualImageList.TVirtualImageList.Insert は Vcl.ImgList.TCustomImageList.Insert を継承しています。以下の内容はすべて Vcl.ImgList.TCustomImageList.Insert を参照しています。

Insert は,ビットマップとそのマスクをイメージリスト内の指定したイメージの後に挿入します。

Insert メソッドは,ビットマップとそのマスクをイメージリストに挿入します。イメージは,Index で指定したイメージの後に挿入されます。

関連項目