API: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 exception class for printing errors.

FMX.Printer.EPrinterSettingsError inherits from FMX.Printer.EPrinter. All content below this line refers to FMX.Printer.EPrinter.

The exception class for printing errors.

The EPrinter exception is raised when a printing error occurs. For example, if an application attempts to use a printer that does not exist, or if a job cannot be sent to the printer for some other reason, the EPrinter exception is raised.

See Also