|
TCustomRichViewEdit.UndoName |
Top Previous Next |
|
Returns name of operation to be undone next. function UndoName: String; (Introduced in version 1.3) Returns empty string for the standard undo operations, i.e. all operations but rvutCustom (see UndoAction). Returns non-empty string only for custom undo operation initiated by BeginUndoCustomGroup.
See also:
|