FMX.Printer.TPrinterSetupDialog

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TPrinterSetupDialog = class(TCommonDialog)

C++

class PASCALIMPLEMENTATION TPrinterSetupDialog : public Fmx::Dialogs::TCommonDialog

Properties

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

Description

TPrinterSetupDialog is a class used to display a printer setup dialog box.

Use TPrinterSetupDialog to display a dialog box for configuring printers.

The contents of the dialog box vary depending on the printer driver selected.

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

Note: TPrinterSetupDialog is not implemented for MAC.

See Also