Vcl.Controls.TImageList.Create

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

C++

/* TCustomImageList.Create */ inline __fastcall virtual TImageList(System::Classes::TComponent* AOwner) : TDragImageList(AOwner) { }
/* TCustomImageList.CreateSize */ inline __fastcall TImageList(int AWidth, int AHeight) : TDragImageList(AWidth, AHeight) { }

プロパティ

種類 可視性 ソース ユニット
constructor public Vcl.Controls.hpp Vcl.Controls TImageList

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。