Printers.Printer
From RAD Studio VCL Reference
Contents |
Delphi Information
From Printers.pas
function Printer(): TPrinter;
Unit: Printers
Type: function
Visibility: public
C++ Information
From Printers.hpp
Printers::TPrinter * __fastcall Printer(void);
Unit: Printers
Type: function
Description
Returns a global instance of TPrinter to manage 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.
Printer is declared in the Printers unit. To use the Printer function and the TPrinter object, add Printers to the uses clause of your unit (Delphi) or include Printers.hpp in the source file (C++).
See Also
Code Samples