Page 1 of 1

import bookmarks from rtf-file

Posted: Fri Sep 23, 2005 11:34 am
by Spit
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.

Posted: Fri Sep 23, 2005 8:19 pm
by Sergey Tkachenko
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.