FMX.Printer.TPrinter.DoNewPage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoNewPage; virtual; abstract;

C++

virtual void __fastcall DoNewPage() = 0 ;

Properties

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

Description

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