pasteastext TrvActionPasteAsText

Properties   Methods

<< Click to display table of contents >>

pasteastext TrvActionPasteAsText

Properties   Methods

TrvActionPasteAsText is the action for "Edit | Paste as Text" command.

Unit RichViewActions;

Syntax

TrvActionPasteAsText = class(TrvCustomEditAction)

hmtoggle_arrow1Hierarchy

Description

This action pastes text from the Clipboard. If the current text in the editor is Unicode, it pastes Unicode text.

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.