Vcl.Graphics.FreeMemoryContexts

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FreeMemoryContexts;

C++

extern DELPHI_PACKAGE void __fastcall FreeMemoryContexts(void);

Properties

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

Description

Frees memory device contexts.

FreeMemoryContexts frees memory device contexts (DCs) after MainWndProc processes a message.

FreeMemoryContexts only frees memory DCs that are not locked by other threads.

See Also