TdxTileControlActionBarItem.Click Method
Activates the action bar item.
Declaration
procedure Click;
Remarks
End-users can activate action bar items with clicks and taps. The Click method allows you to activate an action bar item programmatically, emulating an end-user action. Activating an action bar item automatically hides action bars and then fires the item’s OnClick event.
See Also