Vcl.Dialogs.TPrinterSetupDialog

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Dialogs.TCommonDialogSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTPrinterSetupDialog

Delphi

TPrinterSetupDialog = class(TCommonDialog)

C++

class PASCALIMPLEMENTATION TPrinterSetupDialog : public TCommonDialog

Properties

Type Visibility Source Unit Parent
class public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs Vcl.Dialogs

Description

TPrinterSetupDialog displays a print-setup dialog for configuring printers.

TPrinterSetupDialog displays a modal Windows dialog box for configuring printers. The contents of the dialog vary depending on the printer driver selected.

The dialog does not appear at runtime until it is activated by a call to the Execute method.

See Also