Vcl.Dialogs.TPrintDialog.MinPage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MinPage: Integer read FMinPage write FMinPage default 0;

C++

__property int MinPage = {read=FMinPage, write=FMinPage, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TPrintDialog

Description

Determines the smallest page number the user can enter when specifying pages to print.

If the user tries to enter a number smaller than MinPage, a error message appears.

Note: The user can specify page numbers only if the poPageNums flag is set in Options. If poPageNums is on, MaxPage must be set to a value greater than MinPage or the Print dialog will not open.

See Also

Code Examples