copy TrvActionCopy

Properties

Top  Previous  Next

TrvActionCopy is the action for "Edit | Copy" command.

Unit RichViewActions;

Syntax

TrvActionCopy = class(TrvCustomEditAction)

Hierarchy

TObject

TPersistent

TComponent

TBasicAction

TContainedAction

TCustomAction

TAction

TrvCustomAction

TrvAction

TrvCustomEditAction

Description

This action copies the selection to the Clipboard (calls TCustomRichViewEdit.CopyDef).

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.


RichView © Sergey Tkachenko