FMX.Printer.Win.TPrinterWin.DoNewPage

From RAD Studio API Documentation

Delphi

procedure DoNewPage; override;

C++

virtual void __fastcall DoNewPage(void);

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 NewPage method. {{#multireplace:FMX.Printer.Win.TPrinterWin.DoNewPage|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Printer.TPrinter.DoNewPage|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Printer.TPrinter.DoNewPage|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Internally called by the NewPage method.

DoNewPage is a virtual abstract method that is to be implemented in subclasses to allow for further functionality just before attempting to start printing on a new page.

See Also