Label.Caption

From Xojo Documentation

Property (As String )
aControl.Caption = newStringValue
or
StringValue = aControl.Caption

Supported for all project types and targets.

The caption of a control. This property can be set inside the IDE or programmatically.