TCustomRichView.GetFirstCheckpoint

<< Click to display table of contents >>

TCustomRichView.GetFirstCheckpoint

Returns value identifying the first checkpoint in the document, or nil if the document has no checkpoints.

function GetFirstCheckpoint: TCheckpointData;

GetFirstCheckpoint + GetNextCheckpoint allow to iterate through all checkpoints in the document.

Checkpoints from subdocuments (table cells) are not included in checkpoints list of the document.

 

See also methods:

GetNextCheckpoint, contains example;

GetLastCheckpoint;

GetPrevCheckpoint;

 

GetCheckpointInfo;

GetCheckpointXY.

See also:

"Checkpoints".