iOSToolbar.Value
From Xojo Documentation
Method
Gets the button at the specified index (0-based) on the toolbar.
Method
Sets the button at the specified index (0-based) on the toolbar.
Sample Code
Get the first button on the toolbar:
Change the Caption of the last button on the toolbar:
Toolbar.Value(Toolbar.Count - 1).Caption = "New"