Skip to main content

TdxBarItemActionLink Class

Specifies the link between an item control and a TAction object.

Declaration

TdxBarItemActionLink = class(
    TActionLink
)

Remarks

The TAction object can be associated with an item by using the action list editor at design-time. Actions are a way of centralizing user responses to commands. The TdxBarItemActionLink class is used to organize appropriate interaction between items and TAction.

See Also