Removes the specified DOM Attribute node from the Attributes for the Element.
Source position: laz2_dom.pas line 640
public function TDOMElement.RemoveAttributeNode( |
OldAttr: TDOMAttr |
):TDOMAttr; |
OldAttr |
|
DOM Attribute node to remove from the Attributes for the Element. |
DOM Attribute node removed in the method.
| Version 4.4 | Generated 2025-11-08 | Home |