Unit 'Printers' Package
[Overview][Types][Classes][Variables][Index] [#lcl]

TPrinter.DoAbort

Performs actions needed to abort printing for the current document.

Declaration

Source position: printers.pas line 248

protected procedure TPrinter.DoAbort; virtual;

Description

DoAbort is a virutal procedure used to perform actions needed to abort printing for the current document. DoAbort is called from the Abort method, and occurs after checking the printer status and before setting values in PrinterFlags.

Remark: In TPrinter, DoAbort has an empty implementation. It must be overridden in a desendent class to perfom actions needed for the operating system / widgetset / printer-related technology used in the implementation.