In my app I always save document when user switches to another app or minimize.
It's very uncomfortable to lose undo after save.
So how to do it in TRichViewEdit?
Undo after save. How?
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
I found the reason why I lose undo every time I save my document.
It's because of
I wrote this code several years ago and maybe it's not really necessary in the latest versions of RVE?
It's because of
Code: Select all
RichViewEdit1.DeleteUnusedStyles(True,True,True);
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: