<< Click to display table of contents >> TrvActionPasteAsText |
TrvActionPasteAsText is the action for "Edit | Paste as Text" command.
Unit RichViewActions;
Syntax
TrvActionPasteAsText = class(TrvCustomEditAction)
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction |
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.