RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPrinter.Aborted Property

Determines if the user aborted the print job.

Pascal
property Aborted: Boolean;
C++
__property Boolean Aborted;

If Aborted is true, the print job was aborted. If it is false, the user did not abort the print job. 

The Abort method sets the Aborted property to true. 

 

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