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

TDOMDocument.CreateAttribute

Creates a new DOM Attribute with the specified name.

Declaration

Source position: laz2_dom.pas line 517

public function TDOMDocument.CreateAttribute(

  const name: DOMString

):TDOMAttr;

Arguments

name

  

Name assigned to the DOM Attribute node.

Function result

DOM Attribute node created in the method.


Version 4.4 Generated 2025-11-08 Home