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