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;

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!