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

TDOMElement.GetAttributeNode

Gets the DOM Attribute node with the specified name.

Declaration

Source position: laz2_dom.pas line 639

public function TDOMElement.GetAttributeNode(

  const name: DOMString

):TDOMAttr;

Arguments

name

  

Name for the DOM Attribute in the return value.

Function result

DOM Attribute node with the specified name.


Version 3.2 Generated 2024-02-25 Home