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