Unit 'Laz2_DOM' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lazutils]

TDOMDocument.GetElementsByTagName

Gets a list of nodes with the specified tag name.

Declaration

Source position: laz2_dom.pas line 522

public function TDOMDocument.GetElementsByTagName(

  const tagname: DOMString

):TDOMNodeList;

Arguments

tagname

  

Tag name to locate in the DOM nodes for the document.

Function result

Node list created in the method.


Version 4.4 Generated 2025-11-08 Home