[Overview][Constants][Types][Classes][Procedures and functions][Index] |
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.0 | Generated 2025-05-03 | Home |