value
Specifies the contents displayed by the TextInput component.
Type
String or Number
Example
if (TextInput1.value > 10000) {
TextInput1.value = 'Maximum exceeded';
}
See Also
Common Properties, for properties shared with other components.
TextInput Properties, for general information about the TextInput component.
| << VS.18 TextInput | © 1996-2013 InetSoft Technology Corporation (v11.4) | VS.19 Submit Button >> |