TrvActionInsertText

Properties   Events

Top  Previous  Next

TrvActionInsertText is the action for text insertion.

Unit RichViewActions;

Syntax

TrvActionInsertText = class(TrvAction)

Hierarchy

TObject

TPersistent

TComponent

TBasicAction

TContainedAction

TCustomAction

TAction

TrvCustomAction

TrvAction

Description

This action calls OnInsertText event and inserts the returned text in the caret position. This action does not have predefined Caption and Hint. Assign these properties yourself.

For example, this action may be used to insert the current date or time.

This action does not introduce any new properties in addition to properties of TrvAction.

See also:

TrvActionEvent


RichView © Sergey Tkachenko