Text area object is based on HTML textarea element <textarea>.

Text area object constructor takes two parameters:
new TTextArea(width, height);
| Method/Property | Description |
|---|---|
| disable | Disables text area object |
| enable | Enables text area object |
| getHeight | Gets text area object height |
| getValue | Gets text area object text value |
| getWidth | Gets text area object width |
| setMaxLength | Sets max length for input characters in the text area object |
| setValue | Sets text value for the text area object |