Xml.xmldom.IDOMDocument.createComment

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function createComment(const data: DOMString): IDOMComment; safecall;

C++

virtual HRESULT __safecall createComment(const System::UnicodeString data, _di_IDOMComment &__createComment_result) = 0 ;

Properties

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

Description

Creates a comment node.

The createComment method creates a comment node that contains data supplied by the data parameter.

See Also