[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_DOM' (#lazutils)

TDOMElement.RemoveAttributeNS

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

Declaration

Source position: laz2_dom.pas line 647

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 3.2 Generated 2024-02-25 Home