Gets a list of nodes with the specified tag name.
Source position: laz2_dom.pas line 522
public function TDOMDocument.GetElementsByTagName( |
const tagname: DOMString |
):TDOMNodeList; |
tagname |
|
Tag name to locate in the DOM nodes for the document. |
Node list created in the method.
| Version 4.4 | Generated 2025-11-08 | Home |