FMX.Printer.TPrinter.Abort
Delphi
procedure Abort;
C++
void __fastcall Abort();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FMX.Printer.pas FMX.Printer.hpp |
FMX.Printer | TPrinter |
Description
Terminates the printing of a print job, dropping all unprinted data.
Use Abort to terminate the print job before it completes. Otherwise, use the EndDoc method. When Abort is called, the device is then set ready for the next print job.