undo TrvActionUndo

Properties   Methods

<< Click to display table of contents >>

undo TrvActionUndo

Properties   Methods

TrvActionUndo is the action for "Edit | Undo" command.

Unit RichViewActions;

Syntax

TrvActionUndo = class(TrvCustomEditAction)

hmtoggle_arrow1Hierarchy

Description

This action undoes the last editing operation  (calls TCustomRichViewEdit.Undo).

This action does not introduce any new properties in addition to properties of TrvAction.

This action can work with several types of editors, see the comments in the TrvCustomEditAction topic.