FMX.ImgList.TGlyph.BitmapExists
Delphi
property BitmapExists: Boolean read FBitmapExists;
C++
__property bool BitmapExists = {read=FBitmapExists, nodefault};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | public | FMX.ImgList.pas FMX.ImgList.hpp |
FMX.ImgList | TGlyph |
説明
このプロパティは、Images プロパティが nil/null ではなく、かつ、ImageIndex プロパティが既存のイメージを指している場合に、True となります。