FMX.Printer.Win.TPrinterWin.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
FMX.Printer.Win.pas
FMX.Printer.Win.hpp
FMX.Printer.Win TPrinterWin

Description

Specifies the handle to a valid device context to print into.

Read the Handle property in order to get the handle to a valid device context (hDC) to print into.

See Also