|
TCustomRichView.GetFirstCheckpoint |
Top Previous Next |
|
Returns value identifying the first checkpoint in the document, or nil if the document has no checkpoints. function GetFirstCheckpoint: TCheckpointData; GetFirstCheckpoint + GetNextCheckpoint allow to iterate through all checkpoints in the document. Checkpoints from subdocuments (table cells) are not included in checkpoints list of the document.
See also methods:
See also: |