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