TSRichViewEdit.PriorCurPage

<< Click to display table of contents >>

TSRichViewEdit.PriorCurPage

Moves the caret to the beginning of the previous page.

procedure PriorCurPage(SmoothScroll: Boolean = False);

The same affect as

if CurrentPage > 1 then

  CurrentPage := CurrentPage - 1;

The method may apply a smooth scrolling effect.

See also:

FirstCurPage, NextCurPage, LastCurPage

PriorCurHyperlink

PriorCurCheckpoint

PriorCurItem