TdxPSCustomPreviewWindow.GoToPrevPage Method
In This Article
When implemented by TdxPSCustomPreviewWindow descendants, makes the previous page active within the Print Preview window.
#Declaration
Delphi
procedure GoToPrevPage; virtual; abstract;
#Remarks
Use the ActivePageIndex property, the GoToFirstPage, GoToLastPage, GoToNextPage, and GoToPrevPage methods to navigate between pages of the previewed report.
See Also