You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. ShowPrinterSetupDialog method |
Top Previous Next |
Declaration function ShowPrinterSetupDialog: Boolean;
Category
Description Brings up the standard Windows PrinterSetupDialog. Use this function instead of Delphi's TPrinterSetupDialog component.
See also TBaseReport Class, ShowPrintDialog
Example (Delphi) if RvNDRWriter1.ShowPrinterSetupDialog then begin RvNDRWriter1.Execute; end; { if }
Example (C++Builder) if (RvNDRWriter1->ShowPrinterSetupDialog()) { RvNDRWriter1->Execute(); }/ if |
You are reading help file online using chmlib.com
|