You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. NewPage method |
Top Previous Next |
Declaration procedure NewPage;
Category
Description This method will end the current page and start printing on a new page. The OnPrintFooter event handler will be called before the current page is finished. The OnPrintHeader and OnNewPage event handlers will be called after the new page has been created.
See also TBaseReport Class, AbortPage, OnNewPage, OnPrintHeader, OnPrintFooter
Example (Delphi) RvNDRWriter1.NewPage;
Example (C++Builder) RvNDRWriter1->NewPage(); |
You are reading help file online using chmlib.com
|