[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: dom_html.pp line 498
type THTMLTableElement = class(THTMLElement)  | 
public  | 
property Caption: THTMLTableCaptionElement; [rw]  | 
property THead: THTMLTableSectionElement; [rw]  | 
property TFoot: THTMLTableSectionElement; [rw]  | 
property Rows: THTMLCollection; [r]  | 
property TBodies: THTMLCollection; [r]  | 
property CellPadding: DOMString; [rw]  | 
property CellSpacing: DOMString; [rw]  | 
function CreateTHead;  | 
procedure DeleteTHead;  | 
function CreateTFoot;  | 
procedure DeleteTFoot;  | 
function CreateCaption;  | 
procedure DeleteCaption;  | 
function InsertRow();  | 
procedure DeleteRow();  | 
end;  | 
| | | 
| | | 
| | | 
| | | 
| | | 
| | | 
TObject  |