Removes the DOM Attribute with the specified Namespace URI and local name.
Source position: laz2_dom.pas line 646
public procedure TDOMElement.RemoveAttributeNS( |
const nsURI: DOMString; |
const aLocalName: DOMString |
); |
nsURI |
|
Namespace URI for the DOM Attribute. |
aLocalName |
|
Local name for the DOM Attribute. |
| Version 4.4 | Generated 2025-11-08 | Home |