Vcl.Printers.TPrinter.Handle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Handle: HDC read GetHandle;

C++

__property HDC Handle = {read=GetHandle, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Printers.pas
Vcl.Printers.hpp
Vcl.Printers TPrinter

Description

Provides access to the handle of the printer object.

Use Handle to gain access to the handle of the printer object.

Code Examples