[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_DOM' (#lazutils)

TDOMDocument.GetElementsByTagName

Gets a list of nodes with the specified tag name.

Declaration

Source position: laz2_dom.pas line 523

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 3.2 Generated 2024-02-25 Home