FMX.Printer.Win.TPrinterWin.GetHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHandle: HDC;

C++

HDC __fastcall GetHandle(void);

Properties

Type Visibility Source Unit Parent
function protected
FMX.Printer.Win.pas
FMX.Printer.Win.hpp
FMX.Printer.Win TPrinterWin

Description

Is the protected getter implementation for the Handle property.

See Also