FMX.ImgList.TCustomImageList.BitmapExists
Delphi
function BitmapExists(const Index: Integer): Boolean;
C++
bool __fastcall BitmapExists(const int Index);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | FMX.ImgList.pas FMX.ImgList.hpp |
FMX.ImgList | TCustomImageList |
説明
Index 項目に対応するビットマップが内部キャッシュに存在するか、Destination コレクションに空でない画像を持つ Index 項目が含まれている場合に、True を返します。
Index パラメータは、Destination コレクション内での画像の順序番号(ゼロから始まる序数)です。