FMX.Printer.Printer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Printer: TPrinter;

C++

extern DELPHI_PACKAGE TPrinter* __fastcall Printer(void);

Properties

Type Visibility Source Unit Parent
function public
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer FMX.Printer

Description

Returns a global instance of TPrinter to manage any interaction with the printer.

Printer creates an instance of a global TPrinter object the first time it is called. Use the Printer function to print using the TPrinter object.

See Also