Label.Caption
From Xojo Documentation
![]() |
This item was deprecated. Please use Label.Value as a replacement. |
Property (As String )
aControl.Caption = newStringValue
or
StringValue = aControl.Caption
Supported for all project types and targets.
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.