<< Click to display table of contents >> TrvCustomAction |
TrvCustomAction is a base class for all RichViewActions.
Unit RichViewActions;
Syntax (normal)
TrvCustomAction = class(TAction)
Syntax (if TNT Controls are used)
TrvCustomAction = class(TAction, ITntAction)
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction |
Description
This action is not used directly, but all RichViewActions are inherited from it.
Main properties:
•ControlPanel links this action to a control panel defining additional properties for the action.
•Disabled allows to disable this action.
Direct descendants: