FMX.Printer.TPageSetupDialog

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Dialogs.TCommonDialogFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTPageSetupDialog

Delphi

TPageSetupDialog = class(TCommonDialog)

C++

class PASCALIMPLEMENTATION TPageSetupDialog : public Fmx::Dialogs::TCommonDialog

Properties

Type Visibility Source Unit Parent
class public
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer FMX.Printer

Description

TPageSetupDialog is a class used to display a page setup dialog.

Use TPageSetupDialog to display a dialog box for setting up page properties.

Note: The dialog does not appear at run time until it is activated by a call to the Execute method.

See Also