rvico TRichView Reference | TRichView

TCustomRichView.GetCheckpointInfo

Top  Previous  Next

Returns information about the checkpoint CheckpointData

procedure GetCheckpointInfo(CheckpointData: TCheckpointData;

  var Tag: Integer; var Name: String;

  var RaiseEvent: Boolean);

Output parameters

Tagtag of checkpoint; can be an integer value or a pointer to dynamically allocated string (see rvoTagsArePChars in RichView.Options)

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".


RichView © Sergey Tkachenko