TSRichViewEdit.PriorCurCheckpoint

<< Click to display table of contents >>

TSRichViewEdit.PriorCurCheckpoint

Selects the previous item having a checkpoint.

function PriorCurCheckpoint: Boolean;

The search is started from the item before the caret position (RichViewEdit.TopLevelEditor.RVData, RichViewEdit.TopLevelEditor.CurItemNo).

If a checkpoint is found, the method selects its item and returns True.

See also

NextCurCheckpoint