paste TrvActionPaste

Properties   Methods

<< Click to display table of contents >>

paste TrvActionPaste

Properties   Methods

TrvActionPaste is the action for "Edit | Paste" command.

Unit RichViewActions;

Syntax

TrvActionPaste = class(TrvCustomEditAction)

hmtoggle_arrow1Hierarchy

Description

This action pastes data from the Clipboard (calls TCustomRichViewEdit.Paste).

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.