FMX.Printer.Win.TPrinterWin.FDC

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FDC: HDC;

C++

HDC FDC;

Properties

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

Description

Protected field that is used by the GetHandle method in order to return a valid printer device context to print into.

See Also