[Overview][Types][Classes][Variables][Index] Reference for unit 'Printers' (#lcl)

Reference for unit 'Printers'

Defines printer output devices for Lazarus applications.

uses

  Classes,

  sysutils,

  LazLoggerBase,

  LazUTF8,

  LCLProc,

  

Useful lower-level helper functions and classes.

  Graphics;

  

Overview

Printers.pas implements basic facilities needed for the TPrinter print device. A TPrinterCanvas class is included to position, format, and render pages for the print device.

Printers.pas is a required unit for use with the printer4lazarus package. See the Lazarus Wiki for more information about the printer4lazarus package:

Printing
https://wiki.lazarus.freepascal.org/Printing
Using the Printer
https://wiki.lazarus.freepascal.org/Using_the_printer

Related topics

using_the_printer

  

Using the Printer


Version 3.2 Generated 2024-02-25 Home