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

TDOMElement.RemoveAttribute

Removes the DOM Attribute with the specified name.

Declaration

Source position: laz2_dom.pas line 638

public procedure TDOMElement.RemoveAttribute(

  const name: DOMString

);

Arguments

name

  

Name of the DOM Attribute removed in the method.


Version 3.2 Generated 2024-02-25 Home