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

TDOMElement.SetAttributeNS

Sets the value for the DOM Attribute with the specified Namespace URI and qualified name.

Declaration

Source position: laz2_dom.pas line 646

public procedure TDOMElement.SetAttributeNS(

  const nsURI: DOMString;

  const qualifiedName: DOMString;

  const value: DOMString

);

Arguments

nsURI

  

Namespace URI for the DOM Attribute updated in the method.

qualifiedName

  

QualifiedName for the DOM Attribute updated in the method.

value

  

New value for the DOM Attribute with the specified Namespace URI and Qualified Name.


Version 3.2 Generated 2024-02-25 Home