RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EPrinter Class

EPrinter is the exception class for printing errors.

Pascal
EPrinter = class(Exception);
C++
class EPrinter : public Exception;

Printers

EPrinter is raised when a printing error occurs. For example, if an application attempts to use a printer that doesn't exist, or if a job can't be sent to the printer for some other reason, an EPrinter exception is raised. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!