Vcl.Controls.TCanvasDC

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

begin
CreationControl.WindowHandle := HWindow;
SetWindowLong(HWindow, GWL_WNDPROC, CreationControl.FHandle.FObjInstance);

C++

typedef HDC TCanvasDC;

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

TCanvasDC is an alias to HDC.

TCanvasDC is an alias to HDC (handle to a device context).

See Also