|
TCustomRichView.FindCheckpointByTag |
Top Previous Next |
|
Returns the first checkpoint having the specified tag, or nil if there is no such checkpoint function FindCheckpointByTag(const Tag: TRVTag): TCheckpointData;
Example: var CheckpointData: TCheckpointData; ... CheckpointData := MyRichView.FindCheckpointByTag('Tag_String_Example');
See also methods: See also: ▪"Tags"; |