Unit 'Laz2_DOM' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lazutils]

TDOMElement.RemoveAttributeNS

Removes the DOM Attribute with the specified Namespace URI and local name.

Declaration

Source position: laz2_dom.pas line 646

public procedure TDOMElement.RemoveAttributeNS(

  const nsURI: DOMString;

  const aLocalName: DOMString

);

Arguments

nsURI

  

Namespace URI for the DOM Attribute.

aLocalName

  

Local name for the DOM Attribute.


Version 4.4 Generated 2025-11-08 Home