FMX.ImgList.TCustomImageList.BitmapExists

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function BitmapExists(const Index: Integer): Boolean;

C++

bool __fastcall BitmapExists(const int Index);

Properties

Type Visibility Source Unit Parent
function public
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TCustomImageList

Description

Returns True if a bitmap corresponding to the Index item exists in the internal cache or the destination collection contains the Index item having not empty image.

Index is the zero-based ordinal number of the image in the Destination collection.

See Also