FMX.ImgList.TCustomImageList.Dormant

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Dormant: Boolean read GetDormant write SetDormant;

C++

__property bool Dormant = {read=GetDormant, write=SetDormant, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TCustomImageList


説明

Source コレクションで参照されているビットマップで実際の画像が格納されているかどうかを示します。

Dormant は、メモリ使用量を減らすために使用されます。

DormantTrue になるのは、Source コレクションに含まれているすべての多重解像度ビットマップ MultiResBitmapTCustomBitmapItem.Dormant プロパティが True の場合です。

DormantTrue に設定すると、Source コレクションに含まれているすべての多重解像度ビットマップの TCustomBitmapItem.DormantTrue に設定されます。

詳細については、TCustomBitmapItem.Dormant の API ドキュメントを参照してください。

関連項目