JVCL Help:TUndoName

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Represents types of rich edit control actions that can be undone or redone.

run\JvRichEdit.pas


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.

run\JvRichEdit.pas


Description

The TUndoName type represents types of rich edit control actions that can be undone or redone.

run\JvRichEdit.pas


See Also

TJvCustomRichEdit.RedoName, TJvCustomRichEdit.UndoName

run\JvRichEdit.pas


About

Navigation

no pages or subcategories

run\JvRichEdit.pas



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