<< Click to display table of contents >> TCustomRichViewEdit.RemoveCheckpointAtCaret |
Deletes checkpoint at the position of caret.
procedure RemoveCheckpointAtCaret;
(introduced in version 10)
This method deletes checkpoint only if the caret is at the beginning of item.
This method deletes the checkpoint that is returned by GetCheckpointAtCaret.
This method is used in conjunction with InsertCheckpoint and GetCheckpointAtCaret. The alternative set of methods is: SetCurrentCheckpointInfo, GetCurrentCheckpoint and RemoveCurrentCheckpoint.
Method type: editing-style, unlike RemoveCheckpoint.
See also: