TCustomRichViewEdit.RedoName

<< Click to display table of contents >>

TCustomRichViewEdit.RedoName

Returns name of the operation to be redone next.

function RedoName: TRVUnicodeString;

(Introduced in version 1.3; changed in version 18)

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:

UndoName;

Undo in RichViewEdit.