RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPrinterSetupDialog Class

TPrinterSetupDialog displays a print-setup dialog for configuring printers.

Pascal
TPrinterSetupDialog = class(TCommonDialog);
C++
class TPrinterSetupDialog : public TCommonDialog;

Dialogs

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. 

 

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