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