Vcl.ImgList.TCustomImageList.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomImageList(System::Classes::TComponent* AOwner);
__fastcall TCustomImageList(int AWidth, int AHeight);

プロパティ

種類 可視性 ソース ユニット
constructor public
Vcl.ImgList.pas
Vcl.ImgList.hpp
Vcl.ImgList TCustomImageList

説明

Create は,空のイメージリストを作成します。

Create メソッドを使用すると,イメージリストを実行時にインスタンス化できます。設計時にフォームまたはデータモジュール上に配置した ImageLists は自動的に作成されます。AOwner パラメータを使用して,新しいイメージリストのオーナーを指定します。

新しいイメージリストはイメージを保持せず,デフォルトサイズは 16×16 ピクセルです。

関連項目