TrvCustomAction

Properties   Methods

<< Click to display table of contents >>

TrvCustomAction

Properties   Methods

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)

hmtoggle_arrow1Hierarchy

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:

TrvAction

TrvActionPageSetup