TSRichViewEdit.FirstCurPage

<< Click to display table of contents >>

TSRichViewEdit.FirstCurPage

Moves the caret to the beginning of the first page.

procedure FirstCurPage(SmoothScroll: Boolean = False);

The same affect as CurrentPage := 1, but may apply a smooth scrolling effect.

See also:

PriorCurPage, NextCurPage, LastCurPage