Moves the caret to the beginning of the previous page.
procedure PriorCurPage;
The same affect as
if CurrentPage > 1 then
CurrentPage := CurrentPage - 1;
See also:
•FirstCurPage, NextCurPage, LastCurPage
•PriorCurHyperlink
•PriorCurCheckpoint
•PriorCurItem
ScaleRichView © Ilya Zelensky & Sergey Tkachenko