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;

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!