1. Is it possible to see checkpoints in TRichViewEdit when I import rtf-document with bookmarks?
2. Is it possible to insert checkpoint into the middle of the document, not into the end of document?
Thanks.
import bookmarks from rtf-file
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
1) No, sorry. It's planned for future (together with several improvements for checkpoints)
2) Yes. For editor, SetCheckpointInfoEd and SetCurrentCheckpointInfo. For document generation, SetCheckpointInfo.
Example of checkpoints editing can be found in Demos\Delphi\Editors\Editor 1\, Edit | Checkpoint menu. It shows a dialog allowing to add, edit and delete a checkpoint.
2) Yes. For editor, SetCheckpointInfoEd and SetCurrentCheckpointInfo. For document generation, SetCheckpointInfo.
Example of checkpoints editing can be found in Demos\Delphi\Editors\Editor 1\, Edit | Checkpoint menu. It shows a dialog allowing to add, edit and delete a checkpoint.