# TextFieldObj
Class Inherits FormElement
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Sub | Constructor | (None) | Creates a new instance of the class. |
| Attributes | Hidden | toJSON | |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Multiline | Boolean | False | Determines if the field allows multiline text entry. |
| Password | Boolean | Nil | Determines if the input value should be masked. |
| ReadOnly | Boolean | False | Controls whether the user can modify the field value. |
| Value | String | Nil | Default value of the field (not applicable to Password). |