FMX.ImgList.TCustomImageList.BitmapExists

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function BitmapExists(const Index: Integer): Boolean;

C++

bool __fastcall BitmapExists(const int Index);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TCustomImageList


Beschreibung

Gibt True zurück, wenn ein dem Element Index entsprechendes Bitmap im internen Zwischenspeicher vorhanden ist oder die Zielsammlung das Element Index mit einem (nicht leeren) Bild enthält.

Index ist die nullbasierte Ordinalzahl des Bildes in der Zielsammlung.

Siehe auch