TrvActionEvent

Properties   Events

Top  Previous  Next

TrvActionEvent is the action to perform custom operations.

Unit RichViewActions;

Syntax

TrvActionEvent = class(TrvAction)

Hierarchy

TObject

TPersistent

TComponent

TBasicAction

TContainedAction

TCustomAction

TAction

TrvCustomAction

TrvAction

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


RichView © Sergey Tkachenko