TCustomRichView.GetCheckpointInfo

<< Click to display table of contents >>

TCustomRichView.GetCheckpointInfo

Returns information about the checkpoint CheckpointData

procedure GetCheckpointInfo(CheckpointData: TCheckpointData;

  out Tag: TRVTag; out Name: TRVUnicodeString;

  out RaiseEvent: Boolean);

Output parameters

Tag – tag of checkpoint;

Name – name of the checkpoint, any string;

RaiseEvent – "raise event" flag; if set, RichView can generate OnCheckpointVisible event for this checkpoint.

 

See also properties:

▪CPEventKind.

See also events:

▪OnCheckpointVisible.

See also:

▪"Checkpoints";

▪"Tags".