Vcl.ImageCollection.TImageCollection.UseDormantBitmaps
Delphi
property UseDormantBitmaps: Boolean read FUseDormantBitmaps write FUseDormantBitmaps;
C++
__property bool UseDormantBitmaps = {read=FUseDormantBitmaps, write=FUseDormantBitmaps, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Vcl.ImageCollection.pas Vcl.ImageCollection.hpp |
Vcl.ImageCollection | TImageCollection |
Description
Controls automatic calls of the Dormant method of an image in the collection. When UseDormantBitmaps is True, Dormant is called for an image from the collection right after using it.