Vcl.StdActns.TFilePageSetup.Dialog

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Dialog: TPageSetupDialog read GetDialog;

C++

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

Properties

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

Description

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

When using a file page setup action, you do not place a TPageSetupDialog component on the form or data module at design time. Instead, you add the TFilePageSetup 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 page setup dialog component is created by the TFilePageSetup constructor.

See Also