API:FMX.Printer.Win.TPrinterWin.DoBeginDoc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoBeginDoc; override;

C++

virtual void __fastcall DoBeginDoc();

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

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

Internally called by the BeginDoc method.

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

See Also