Vcl.Printers.TPrinter.Aborted
Delphi
property Aborted: Boolean read FAborted;
C++
__property bool Aborted = {read=FAborted, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.Printers.pas Vcl.Printers.hpp |
Vcl.Printers | TPrinter |
Description
Determines if the user aborted the print job.
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.
See Also
Code Examples