FMX.Printer.EPrinterSettingsError

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Printer.EPrinterSystem.SysUtils.ExceptionSystem.TObjectEPrinterSettingsError

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.

See Also