TCustomRichView.GetCheckpointNo

<< Click to display table of contents >>

TCustomRichView.GetCheckpointNo

Returns index of the checkpoint CheckpointData

function GetCheckpointNo(CheckpointData: TCheckpointData): Integer;

The first checkpoint has index = 0.

Note 1: this function contains some calculations inside (iterations through checkpoints, from the 0-th to CheckpointData)

Note 2: this method does not work with checkpoints in subdocuments (table cells)

 

See also methods:

GetCheckpointByNo;

GetCheckpointItemNo.

See also:

"Checkpoints".