TdxNavBarItem.Action Property
In This Article
Designates the action associated with an item.
#Declaration
Delphi
property Action: TBasicAction read; write;
#Property Value
Type |
---|
TBasic |
#Remarks
The Action property designates the action object associated with a NavBar item. Action objects are used to centralize the response to user commands. When a NavBar control is associated with an action, the action determines the appropriate properties and events of the control (such as whether the NavBar control is enabled or visible).
See Also