iOSToolbar.Count

From Xojo Documentation

Method

iOSToolbar.Count() As Integer

Supported on Mobile(iOS).

The number of buttons on the toolbar. If Count = 0 then no toolbar is displayed.

Sample Code

Get the count of buttons on an iOSView:

Var buttonCount As Integer = Toolbar.Count