Label.SetString
From Xojo Documentation
![]() |
This item was deprecated in version 2019r2. Please use Label.Text as a replacement. |
Method
Sets the Label’s caption to the passed String.
Example
This example sets the text of the Label. It has the same effect as setting the Text property.
Me.SetString("Set by Setstring")