FMX.ImgList.TCustomImageList.Dormant

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Dormant: Boolean read GetDormant write SetDormant;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TCustomImageList


Beschreibung

Gibt an, ob konkrete Bilder mit in der Sammlung Source referenzierten Bitmaps gespeichert werden.

Dormant wird verwendet, um die Speichernutzung zu reduzieren.

Dormant ist True, wenn die Eigenschaft TCustomBitmapItem.Dormant aller MultiResBitmap-Bitmaps mit Mehrfachauflösung in der Sammlung Source True ist.

Durch Setzen von Dormant auf True, wird TCustomBitmapItem.Dormant aller Bitmaps mit Mehrfachauflösung in der Sammlung Source auf True gesetzt.

Weitere Informationen finden Sie unter TCustomBitmapItem.Dormant.

Siehe auch