Gets a list of DOM nodes with the specified name in the sub-tree for the Element.
Source position: laz2_dom.pas line 641
public function TDOMElement.GetElementsByTagName( |
const name: DOMString |
):TDOMNodeList; |
name |
|
Tag name to locate in the DOM sub-tree. |
DOM Node list with the specified tag name.
| Version 4.4 | Generated 2025-11-08 | Home |