<< Click to display table of contents >> TCustomRichView.GetItemCheckpoint |
Returns checkpoint associated with the ItemNo-th item, or nil if this item does not have associated checkpoint.
function GetItemCheckpoint(ItemNo: Integer): TCheckpointData;
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.GetItemCheckpoint.
See also methods:
See also: