FMX.Printer
Defines printer devices, interfacing and printing-related functionality.
| Package | fmx230.bpl |
|---|
Contents
Units
| FMX.Printer | Defines printer devices, interfacing and printing-related functionality. |
| FMX.Printer.Win |
Provides Windows printer-related functionality for FireMonkey. |
Classes
| EPrinter | The exception class for printing errors. |
| EPrinterSettingsError | The base class for all printer settings error exceptions. |
| TPageSetupDialog | TPageSetupDialog is a class used to display a page setup dialog. |
| TPrintDialog | TPrintDialog represents a class used to display a print dialog. |
| TPrinter | Encapsulates the Windows and Mac OS X standard printer interfaces. |
| TPrinterClass | TPrinterClass defines the metaclass for TPrinter. |
| TPrinterDevice | Implements functionality to interface a printing device. |
| TPrinterSetupDialog | TPrinterSetupDialog is a class used to display a printer setup dialog box. |
Routines
| AssignPrn | Assigns a TextFile variable to the currently selected printer. |
| Printer | Returns a global instance of TPrinter to manage any interaction with the printer. |
| PrinterAssigned | |
| PrinterClass | Returns the metaclass for TPrinter. |
| SetPrinter | Replaces the global instance of TPrinter that manages any interaction with the printer. |
Types
| TPageSetupPaintingEvent | Procedural type used for TPageSetupDialog events. |
| TPaintPageEvent | Procedural type used by various TPageSetupDialog events. |