WebTextField
From Xojo Documentation
Class (inherits from WebTextControl)
New in 2010r4
A single line, editable text control. The web equivalent of the desktop TextField control.
Events | |||||
|
Methods | ||||||
|
Enumerations | |
|
Sample Code
Display text in the textfield:
TextField1.Value = "Hello, World!"