Vcl.Dialogs.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
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TPrintDialog

Description

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

The ToPage property corresponds to the To field in the Print dialog.

See Also

Code Examples