[Overview][Types][Classes][Variables][Index] Reference for unit 'Printers' (#lcl)

TPrinter.DoAbort

Performs actions needed to abort printing for the current document.

Declaration

Source position: printers.pas line 270

protected procedure TPrinter.DoAbort; virtual;

Description

DoAbort is a virtual 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 descendent class to perform actions needed for the operating system / widgetset / printer-related technology used in the implementation.

Version 3.2 Generated 2024-02-25 Home