TdxBarItemActionLink Class
In This Article
Specifies the link between an item control and a TAction object.
#Declaration
Delphi
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.
#Inheritance
TObject
TBasicActionLink
TContainedActionLink
TActionLink
TdxBarItemActionLink
See Also