WebTextArea
From Xojo Documentation
Supported Platforms Project Types: Web Platforms: macOS, Windows, Linux |
Class (inherits from WebTextControl)
New in 2010r4
An editable text control that supports multiple lines. The web equivalent of the desktop TextArea control. However it does not currently support style runs.
Events | |||||||||||||||||
|
Methods | ||||||||||||||
|
Sample Code
Display some text in the TextArea:
TextArea1.Text = "Hello, World!"