<< 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:
See also events:
See also:
▪"Tags".