TCustomRichViewEdit.RedoAction

<< Click to display table of contents >>

TCustomRichViewEdit.RedoAction

Returns type of the operation to be redone next.

function RedoAction: TRVUndoType;

(Introduced in version 1.3)

See TRVUndoType for the list of operations. If the returned value is rvutCustom, you can use RedoName.

See also:

UndoAction;

Undo in RichViewEdit.