[Overview][Types][Classes][Variables][Index] |
Performs actions need to end printing for the current document.
Source position: printers.pas line 247
protected procedure TPrinter.DoEndDoc( |
aAborted: Boolean |
); virtual; |
aAborted |
|
True if document printing was aborted rather than ended normally. |
DoEndDoc is a virtual method used to finishing printing the current document. aAborted is True if printing has been halted by calling the Abort method.
Remark: | Please note: In TPrinter, DoEndDoc 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. |
lazarus-ccr.sourceforge.net |