Moves the caret to the beginning of the next page.
procedure NextCurPage;
The same affect as
if CurrentPage < PageCount then
CurrentPage := CurrentPage + 1;
See also:
•FirstCurPage, PriorCurPage, LastCurPage
•NextCurHyperlink
•NextCurCheckpoint
•NextCurItem
ScaleRichView © Ilya Zelensky & Sergey Tkachenko