<< Click to display table of contents >> TCustomRichView.GetCheckpointByNo |
Returns the No-th checkpoint.
function GetCheckpointByNo(No: Integer): TCheckpointData;
The first checkpoint has index = 0.
Note 1: this function contains some calculations inside (iterations through checkpoints, from the 0-th to the No-th checkpoint).
Note 2: this method does not work with checkpoints in subdocuments (table cells)
See also methods:
See also: