WebTextField
From Xojo Documentation
Supported Platforms Project Types: Web Platforms: macOS, Windows, Linux |
- For desktop applications, see TextField.
Class (inherits from WebTextControl)
New in 2010r4
A single line, editable text control. The web equivalent of the desktop TextField control.
Events | |||||||||||||||||
|
Methods | ||||||||||||
|
Sample Code
Display text in the text field:
TextField1.Text = "Hello, World!"