Usage
A TMSFMXNativeUIToolBar
is a control that displays one or more Buttons, called toolbar items.
Methods
Method name |
Description |
BeginUpdate / EndUpdate |
Wrapping code to block direct updates to the ToolBar. This is done for performance when loading a large amount of items (buttons). |
FindItemByControl(AItem: UIBarButtonItem): TTMSFMXNativeUIToolBarItem; |
Returns the item by passing a reference to the native UIBarButtonItem that is linked to an item. |
Events
Event name |
Description |
OnItemClick |
Event called when clicking on an item (button) |