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