TCustomRichViewEdit.RemoveCurrentCheckpoint

<< Click to display table of contents >>

TCustomRichViewEdit.RemoveCurrentCheckpoint

Deletes checkpoint associated with the item at the position of caret.

procedure RemoveCurrentCheckpoint;

RemoveCurrentCheckpoint is equivalent to TopLevelEditor.RemoveCheckpointEd(TopLevelEditor.CurItemNo).

Method type: editstyle editing-style.

See also methods:

GetCurrentCheckpoint;

SetCurrentCheckpointInfo;

RemoveCheckpointEd.

See also properties:

CurItemNo.

See also:

Modifying RichView items;

"Checkpoints".