Skip to main content

TdxBarItem.Action Property

Specifies the action associated with TdxBarItem.

Declaration

property Action: TBasicAction read; write;

Property Value

Type
TBasicAction

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