You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. ReleasePrinter method |
Top Previous Next |
Declaration procedure ReleasePrinter;
Category
Description This method will release the printer handle from Rave so that other components, such as TPrinterSetupDialog, can access the printer. Use RecoverPrinter to re-initialize Rave and recover the printer handle.
See also TBaseReport Class, RecoverPrinter
Example (Delphi) RvNDRWriter1.ReleasePrinter; PrinterSetupDialog1.Execute; RvNDRWriter1.RecoverPrinter;
Example (C++Builder) RvNDRWriter1->ReleasePrinter(); PrinterSetupDialog1->Execute(); RvNDRWriter1->RecoverPrinter(); |
You are reading help file online using chmlib.com
|