JVCL Help:TUndoName
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TUndoName type
Search in JVCL Help
Search in all projectsSummary
Represents types of rich edit control actions that can be undone or redone.
Pascal
run\JvRichEdit.pas
TUndoName = (
unUnknown,
unTyping,
unDelete,
unDragDrop,
unCut,
unPaste
);
Members
Members | Description |
unUnknown | The type of undo action is unknown. |
unTyping | Typing operation. |
unDelete | Delete operation. |
unDragDrop | Drag and drop operation. |
unCut | Cut operation. |
unPaste | Paste operation. |
Description
The TUndoName type represents types of rich edit control actions that can be undone or redone.
See Also
TJvCustomRichEdit.RedoName, TJvCustomRichEdit.UndoName
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page