[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Stores the new DOM Attribute node to an existing Attribute with the same name.
Source position: laz2_dom.pas line 639
public function TDOMElement.SetAttributeNode( |
NewAttr: TDOMAttr |
):TDOMAttr; |
NewAttr |
|
DOM Attribute node with the new value stored in Attributes. |
DOM Attribute node updated in the method.
Version 4.0 | Generated 2025-05-03 | Home |