TSRVPageScroll.First

<< Click to display table of contents >>

TSRVPageScroll.First

Moves to the first page.

procedure First;

This method changes SRichViewEdit.CurrentPage. This page becomes highlighted in this component, but not necessary the component is scrolled to this page (because it scrolls to show SRichViewEdit.ScrolledPage, not SRichViewEdit.CurrentPage). Call ScrollToPage(SRichViewEdit.CurrentPage) to scroll to the page containing the caret.

See also:

Prev

Next

Last