FMX.Printer.TPrintDialog.Options

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Options: TPrintDialogOptions read FOptions write FOptions default [];

C++

__property System::Uitypes::TPrintDialogOptions Options = {read=FOptions, write=FOptions, default=0};

Properties

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

Description

Determines the appearance and behavior of the Print dialog.

Options represents a set of TPrintDialogOption flags that can be used to modify the visibility or the availability of certain controls of the Print dialog.

For example, if Options contains the poPrintToFile flag, the Print to file check box is displayed on the Print dialog.

See Also