Vcl.Printers.TPrinter.Abort

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Abort;

C++

void __fastcall Abort();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Printers.pas
Vcl.Printers.hpp
Vcl.Printers 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 for the next print job.

See Also

Code Examples