You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TRvRenderPreview. NextPage method |
Top Previous Next |
Declaration procedure NextPage;
Category
Description This method will go to and print the next page to the preview window. The OnPageChange event handler will be called if the current page number changes.
See also TRvRenderPreview Class, CurrentPage, PrevPage, OnPageChange
Example (Delphi) RvRenderPreview1.NextPage;
Example (C++Builder) RvRenderPreview1->NextPage(); |
You are reading help file online using chmlib.com
|