FMX.ImgList.TGlyph.BitmapExists

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BitmapExists: Boolean read FBitmapExists;

C++

__property bool BitmapExists = {read=FBitmapExists, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TGlyph

Description

The property is True when the Images property is not nil/null and the ImageIndex property points to an existing image.

See Also