RAD Studio VCL Reference
|
TPrinterSetupDialog displays a print-setup dialog for configuring printers.
TPrinterSetupDialog = class(TCommonDialog);
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!
|