TrvActionInsertText

Properties   Methods   Events

<< Click to display table of contents >>

TrvActionInsertText

Properties   Methods   Events

TrvActionInsertText is the action for text insertion.

Unit RichViewActions;

Syntax

TrvActionInsertText = class(TrvAction)

hmtoggle_arrow1Hierarchy

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