TrvCustomAction |
Top Previous Next |
|
TrvCustomAction is the base class for all RichViewActions. Unit RichViewActions; Syntax (normal) TrvCustomAction = class(TAction) Syntax (if TNT Controls are used) TrvCustomAction = class(TAction, ITntAction) Hierarchy TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction Description This action is not used directly, but all RichViewActions are inherited from it. Direct descendants: |