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

TDOMElement.SetAttributeNode

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

Declaration

Source position: laz2_dom.pas line 640

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