FMX.Printer.TPrintDialog.PrintRange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PrintRange: TPrintRange read FPrintRange write FPrintRange default TPrintRange.prAllPages;

C++

__property System::Uitypes::TPrintRange PrintRange = {read=FPrintRange, write=FPrintRange, default=0};

Properties

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

Description

Specifies which print range is selected by default when the dialog is displayed.

Use PrintRange to set the radio button from the print range section that is selected by default when the dialog is displayed.

Note: In order for a radio button to be selected, it must be enabled. Therefore, if the user wants the Selection radio button to be selected by default, the poSelection flag must exist in Options.

See Also