Vcl.StdActns.TFilePrintSetup.Dialog

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Dialog: TPrinterSetupDialog read GetDialog;

C++

__property Vcl::Dialogs::TPrinterSetupDialog* Dialog = {read=GetDialog};

Properties

Type Visibility Source Unit Parent
property published
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns TFilePrintSetup

Description

Provides access to the printer setup dialog that the action executes.

When using a file print setup action, you do not place a TPrinterSetupDialog component on the form or data module at design time. Instead, you add the TFilePrintSetup action to your action list. If you want to configure the dialog, for example to assign a help context, you can access the dialog component using the Dialog property. The printer setup dialog component is created by the TFilePrintSetup constructor.

See Also