iOSButton.Caption

From Xojo Documentation

Property (As Text )
aiOSButton.Caption = newTextValue
or
TextValue = aiOSButton.Caption

Supported on Mobile (iOS).

Gets or sets the caption for the Button.

Sample Code

Change the caption:

Me.Caption = "Save"