Vcl.Dialogs.TPrintDialog.FromPage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FromPage: Integer read FFromPage write FFromPage default 0;

C++

__property int FromPage = {read=FFromPage, write=FFromPage, 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 begin.

The FromPage property corresponds to the From field in the Print dialog.

See Also

Code Examples