[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: dom_html.pp line 231
type THTMLTextAreaElement = class(THTMLElement) |
public |
property DefaultValue: DOMString; [rw] |
property Form: THTMLFormElement; [r] |
property Cols: Integer; [rw] |
property Disabled: Boolean; [rw] |
property ReadOnly: Boolean; [rw] |
property Rows: Integer; [rw] |
property TabIndex: Integer; [rw] |
procedure Blur; |
procedure Focus; |
procedure Select; |
end; |
| |
| |
| |
| |
| |
| |
TObject |