<< Click to display table of contents >> TrvActionEvent |
TrvActionEvent is the action to perform custom operations.
Unit RichViewActions;
Syntax
TrvActionEvent = class(TrvAction)
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction |
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: