FMX.ImgList.TCustomImageList.Dormant
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 は、メモリ使用量を減らすために使用されます。
Dormant が True になるのは、Source コレクションに含まれているすべての多重解像度ビットマップ MultiResBitmap の TCustomBitmapItem.Dormant プロパティが True の場合です。
Dormant を True に設定すると、Source コレクションに含まれているすべての多重解像度ビットマップの TCustomBitmapItem.Dormant が True に設定されます。
詳細については、TCustomBitmapItem.Dormant の API ドキュメントを参照してください。