TSRichViewEdit.NextCurPage

<< Click to display table of contents >>

TSRichViewEdit.NextCurPage

Moves the caret to the beginning of the next page.

procedure NextCurPage(SmoothScroll: Boolean = False);

The same affect as

if CurrentPage < PageCount then

  CurrentPage := CurrentPage + 1;

The method may apply a smooth scrolling effect.

See also:

FirstCurPage, PriorCurPage, LastCurPage

NextCurHyperlink

NextCurCheckpoint

NextCurItem