FMX.Printer.TPrinter.DoEndDoc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoEndDoc; virtual; abstract;

C++

virtual void __fastcall DoEndDoc() = 0 ;

Properties

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

Description

Internally called by the EndDoc method.

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

See Also