RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFilePrintSetup.Dialog Property

Provides access the printer setup dialog that the action executes.

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

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. 

 

Create 

Create_c

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!