WebLabel
From Xojo Documentation
Class (inherits from WebUIControl)
Used to display a text label on a web page.
Events | ||||||
|
Methods | ||||||
|
Examples
Change the text of a label:
Label1.Text = "Enter your name:"
If you want to display text that wraps to multiple lines, set the Multiline property to True:
Label1.Multiline = True
Label1.Text = "How much wood would a woodchuck chuck if a woodchuck could chuck wood?"
Label1.Text = "How much wood would a woodchuck chuck if a woodchuck could chuck wood?"
See Also
WebLabel, WebLink, WebSearchField, WebTextArea, WebTextControl, WebTextField