RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFilePageSetup.Dialog Property

Provides access the page setup dialog that the action executes.

Pascal
property Dialog: TPageSetupDialog;
C++
__property TPageSetupDialog Dialog;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!