FMX.ImgList.TCustomImageList.BitmapExists
Delphi
function BitmapExists(const Index: Integer): Boolean;
C++
bool __fastcall BitmapExists(const int Index);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | public | FMX.ImgList.pas FMX.ImgList.hpp |
FMX.ImgList | TCustomImageList |
Description
Renvoie True si un bitmap correspondant à l'élément Index existe dans le cache interne ou si la collection de destination contient l'élément Index n'ayant aucune image vide.
Index est le nombre ordinal de base zéro de l'image dans la collection Destination.