TCustomRichViewEdit.UndoName

<< Click to display table of contents >>

TCustomRichViewEdit.UndoName

Returns name of operation to be undone next.

function UndoName: TRVUnicodeString;

(Introduced in version 1.3; changed in version 18)

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:

RedoName;

Undo in RichViewEdit.