TCustomRichView.RemoveCheckpoint

<< Click to display table of contents >>

TCustomRichView.RemoveCheckpoint

Removes the checkpoint associated with the ItemNo-th item.

function RemoveCheckpoint(ItemNo: Integer): Boolean;

ItemNo index of the item. Items are indexed from 0 to ItemCount-1. Items of subdocuments (table cells) are not included in the items range of the main document; for items in cells, use Cell.GetRVData.RemoveCheckpoint.

If the ItemNo-th item does not have a checkpoint, this method does nothing.

Methods type: viewerstyle viewer-style.

Repainting may be needed if rvoShowCheckpoints in Options.

 

See also methods of TRichView:

GetItemCheckpoint;

SetCheckpointInfo.

See also properties:

ItemCount.

See also methods of RichViewEdit:

RemoveCheckpointEd;

RemoveCurrentCheckpoint.

See also:

"Checkpoints";

Modifying RichView items.