API:FMX.Printer.Win.TPrinterWin.DoNewPage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoNewPage; override;

C++

virtual void __fastcall DoNewPage();

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.

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

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