Xml.xmldom.IDOMDocument.createCDATASection

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function createCDATASection(const data: DOMString): IDOMCDATASection; safecall;

C++

virtual HRESULT __safecall createCDATASection(const System::UnicodeString data, _di_IDOMCDATASection &__createCDATASection_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 section CDATA.

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

Voir aussi