|
TCustomRichView.SetCheckpointInfo |
Top Previous Next |
|
Creates a new checkpoint or modifies the existing checkpoint associated with the ItemNo-th item procedure SetCheckpointInfo(ItemNo: Integer; ATag: Integer; const AName: String; ARaiseEvent: Boolean); Parameters ItemNo – index of the item, from 0 to ItemCount-1. Items of subdocuments (table cells) are not included in the items range of the main document; for items in cells, use Cell.GetRVData.SetCheckpointInfo. If this item already has a checkpoint, its properties are modified; otherwise, a new checkpoint is created. ATag – tag of checkpoint; it can be an integer value or a pointer to dynamically allocated string (see rvoTagsArePChars in RichView.Options) AName – name of the checkpoint, any string without line break (CR, LF) characters. ARaiseEvent – "raise event" flag; if set, RichView can generate OnCheckpointVisible event for this checkpoint.
Method type:
See also methods: See also properties: See also methods of RichViewEdit: See also:
|