cut TrvActionCut

Properties   Methods

<< Click to display table of contents >>

cut TrvActionCut

Properties   Methods

TrvActionCut is the action for "Edit | Cut" command.

Unit RichViewActions;

Syntax

TrvActionCut = class(TrvCustomEditAction)

hmtoggle_arrow1Hierarchy

Description

This action cuts the selection to the Clipboard (calls TCustomRichViewEdit.CutDef).

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.