FMX.ImgList.TCustomImageList.BitmapExists

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

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 コレクション内での画像の順序番号(ゼロから始まる序数)です。

関連項目