FMX.Printer.Win.TPrinterWin.DoEndDoc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoEndDoc; override;

C++

virtual void __fastcall DoEndDoc();

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 EndDoc method.

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

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