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

TDOMElement.SetAttributeNode

Stores the new DOM Attribute node to an existing Attribute with the same name.

Declaration

Source position: laz2_dom.pas line 639

public function TDOMElement.SetAttributeNode(

  NewAttr: TDOMAttr

):TDOMAttr;

Arguments

NewAttr

  

DOM Attribute node with the new value stored in Attributes.

Function result

DOM Attribute node updated in the method.


Version 4.4 Generated 2025-11-08 Home