Xml.xmldom.IDOMDocument.createAttribute

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function createAttribute(const name: DOMString): IDOMAttr; safecall;

C++

virtual HRESULT __safecall createAttribute(const System::UnicodeString name, _di_IDOMAttr &__createAttribute_result) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Xml.Xmldom.pas
Xml.xmldom.hpp
Xml.xmldom IDOMDocument

Description

Creates a new attribute.

The createAttribute method creates a new attribute with the name specified by the name parameter.

See Also