FMX.Printer.TPrintDialog.ToPage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ToPage: Integer read FToPage write FToPage default 0;

C++

__property int ToPage = {read=FToPage, write=FToPage, default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer TPrintDialog

Description

Indicates the page on which the print job is to end.

The ToPage property corresponds to the to field of the Print dialog.

See Also