Discuss this help topic in SecureBlackbox Forum

TElXMLDOMelement.SetAttribute

TElXMLDOMelement     See also     


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


Sets the value of the attribute with given name.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    procedure SetAttribute(aName, aValue : WideString);

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • aName - A local name of the attribute to set.
  • aValue - A value of the attribute to set.

Description

    Use this method to set an attribute value of the node using the given attribute local name.

See also:     GetAttribute     SetAttributeNS    

Discuss this help topic in SecureBlackbox Forum