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

TDOMElement.RemoveAttributeNode

Removes the specified DOM Attribute node from the Attributes for the Element.

Declaration

Source position: laz2_dom.pas line 641

public function TDOMElement.RemoveAttributeNode(

  OldAttr: TDOMAttr

):TDOMAttr;

Arguments

OldAttr

  

DOM Attribute node to remove from the Attributes for the Element.

Function result

DOM Attribute node removed in the method.


Version 3.2 Generated 2024-02-25 Home