Xml.xmldom.IDOMDocument.createElement

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function createElement(const tagName: DOMString): IDOMElement; safecall;

C++

virtual HRESULT __safecall createElement(const System::UnicodeString tagName, _di_IDOMElement &__createElement_result) = 0 ;

Properties

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

Description

Creates an element node.

The createElement method creates an element node using the name specified by the tagName parameter.

See Also