Vcl.ImageCollection.TImageCollection.UseDormantBitmaps

From RAD Studio API Documentation
Jump to: navigation, search

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.


See Also