Vcl.ImageCollection.TImageCollection.Dormant

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Dormant;

C++

void __fastcall Dormant();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ImageCollection.pas
Vcl.ImageCollection.hpp
Vcl.ImageCollection TImageCollection

Description

Creates a memory bitmap image for each image in the image collection to release the bitmap handles, forcing images to DIB format to save resources. Use Dormant to change the bitmap's format in memory to reduce the amount of GDI resources the application uses.


See Also