FMX.Printer.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
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer TPrintDialog

Description

Determines the smallest page number that the user can enter into the from field of the Print dialog.

If the user tries to enter a number smaller than MinPage into the from field, an error message appears when the OK button is clicked.

Note: The from and to fields of the Print dialog are enabled only if Options contains the poPageNums flag. If poPageNums exists in Options, MinPage must be set to a value smaller than MaxPage, or the dialog will not open.

See Also