Xml.xmldom.IDOMDocument.createComment

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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


Description

Crée un noeud de commentaire.

La méthode createComment crée un noeud de commentaire qui contient les données fournies par le paramètre data.

Voir aussi