| |
| Performing undo on an edit control. |
 |
How can I programmatically undo changes in an edit type control?
Memo .Perform(EM_UNDO, 0, 0);
If you want to check whether undo is available, so you can enable or disable a menu item choice, you can check the "Undo status" like this:
If Memo .Perform(EM_CANUNDO, 0, 0) <> 0 then begin {Undo is possible}
end;
To preform a "Redo" simply "Undo" a second time.
|
|
| Hits/month |
2,500,000+ |
Downloads (Since May 2000) |
7,393,709 |
| Total Files |
6,023 |
| Forum msgs |
7,670 |
| Articles/FAQs |
70+/900+ |
Top Selling Software at Amazon
|