FMX.ImgList.TBitmapItem.Create
Delphi
constructor Create(Collection: TCollection); override;
C++
__fastcall virtual TBitmapItem(System::Classes::TCollection* Collection);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| constructor | public | FMX.ImgList.pas FMX.ImgList.hpp |
FMX.ImgList | TBitmapItem |
説明
Creates は、TBitmapItem インスタンスを作成および初期化します。
Collection は、新しい TBitmapItem ビットマップが属する TMultiResBitmap コレクションです。
Collection が TMultiResBitmap(またはその子孫)のインスタンスでなかった場合、Create は例外を発生させます。 その後、Create は継承した TCollectionItem.Create を呼び出します。