WebCheckBox.Caption
From Xojo Documentation
Property (As String )
This property is only available for Web applications. |
aWebCheckBox.Caption = newStringValue
or
StringValue = aWebCheckBox.Caption
New in 2010r5
Supported for all project types and targets.
or
StringValue = aWebCheckBox.Caption
New in 2010r5
Supported for all project types and targets.
Gets or sets the text of the CheckBox.
Sample Code
In the Shown event handler of the WebPage, you can set the text of the CheckBox:
CheckBox1.Caption = "Select All"