Discuss this help topic in SecureBlackbox Forum

TElXMLDOMelement.RemoveAttribute

TElXMLDOMelement     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Removes the attribute with given name.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    procedure RemoveAttribute(aName : WideString);

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • aName - A name of the attribute to remove.

Description

    Use this method to remove an attribute with the given attribute name.

See also:     RemoveAttributeNode     RemoveAttributeNS    

Discuss this help topic in SecureBlackbox Forum