FMX.Printer.EPrinterSettingsError
Delphi
EPrinterSettingsError = class(EPrinter);
C++
class PASCALIMPLEMENTATION EPrinterSettingsError : public EPrinter
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Printer.pas FMX.Printer.hpp |
FMX.Printer | FMX.Printer |
Description
The base class for all printer settings error exceptions.
EPrinterSettingsError is raised whenever an operation of setting the printing parameters fails. For instance, SetActiveDPIIndex of TPrinterDevice raises an EPrinterSettingsError exception if you attempt to change the ActiveDPIIndex property while printing with the current printer.