FMX.Printer.TPageSetupDialog.Options

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Options: TPageSetupDialogOptions read FOptions write FOptions  default [TPageSetupDialogOption.psoDefaultMinMargins];

C++

__property System::Uitypes::TPageSetupDialogOptions Options = {read=FOptions, write=FOptions, default=1};

Properties

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

Description

Specifies the options of the page setup dialog.

Options represents a set of TPageSetupDialogOption that can limit the user's input or change the visibility or availability of some controls of the page setup dialog.

See Also