|
TRichViewEdit.GetCheckpointAtCaret |
Top Previous Next |
|
Returns checkpoint at the position of caret. function GetCheckpointAtCaret: TCheckpointData; (introduced in version 10) This method returns checkpoint only if the caret is at the beginning of item, otherwise it returns nil. The following table compares this method with GetCurrentCheckpoint.
This method is used in conjunction with InsertCheckpoint and RemoveCheckpointAtCaret. The alternative set of methods is: SetCurrentCheckpointInfo, GetCurrentCheckpoint and RemoveCurrentCheckpoint.
See also: |