TdxBarItem.Action Property
In This Article
Specifies the action associated with TdxBarItem.
#Declaration
Delphi
property Action: TBasicAction read; write;
#Property Value
Type |
---|
TBasic |
#Remarks
Action designates the action object associated with an item. Actions may be associated with an item by using the action list editor at design time. Actions are a method of centralizing user responses to commands. For more information about Actions, see Delphi‘s help.
See Also