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

TDOMElement.GetElementsByTagName

Gets a list of DOM nodes with the specified name in the sub-tree for the Element.

Declaration

Source position: laz2_dom.pas line 642

public function TDOMElement.GetElementsByTagName(

  const name: DOMString

):TDOMNodeList;

Arguments

name

  

Tag name to locate in the DOM sub-tree.

Function result

DOM Node list with the specified tag name.


Version 3.2 Generated 2024-02-25 Home