TrvActionEvent

Properties   Methods   Events

<< Click to display table of contents >>

TrvActionEvent

Properties   Methods   Events

TrvActionEvent is the action to perform custom operations.

Unit RichViewActions;

Syntax

TrvActionEvent = class(TrvAction)

hmtoggle_arrow1Hierarchy

Description

This action calls OnExecute and OnUpdate events allowing to implement custom commands.

This action does not have predefined Caption and Hint. Assign these properties yourself.

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

See also:

TrvActionInsertText