[Overview][Constants][Types][Classes][Procedures and functions][Index] |
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.0 | Generated 2025-05-03 | Home |