FMX.Printer.Win.TPrinterWin.DoAbortDoc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoAbortDoc; override;

C++

virtual void __fastcall DoAbortDoc();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Printer.Win.pas
FMX.Printer.Win.hpp
FMX.Printer.Win TPrinterWin

Description

Internally called by the Abort method.

FMX.Printer.Win.TPrinterWin.DoAbortDoc inherits from FMX.Printer.TPrinter.DoAbortDoc. All content below this line refers to FMX.Printer.TPrinter.DoAbortDoc.

Internally called by the Abort method.

DoAbortDoc is a virtual abstract method that can be implemented in subclasses to allow for further functionality just before attempting to abort a printing operation.

See Also