FMX.Printer.EPrinter

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEPrinter

Delphi

EPrinter = class(Exception);

C++

class PASCALIMPLEMENTATION EPrinter : public System::Sysutils::Exception

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.

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