FMX.Printer.TPrinter.DoAbortDoc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoAbortDoc; virtual; abstract;

C++

virtual void __fastcall DoAbortDoc() = 0 ;

Properties

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

Description

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