Xml.xmldom.IDOMDocument.createCDATASection

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

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

C++

virtual HRESULT __safecall createCDATASection(const System::UnicodeString data, _di_IDOMCDATASection &__createCDATASection_result) = 0 ;

Properties

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

Description

Creates a CDATA section node.

The createCDATASection method creates a CDATA section node that contains data supplied by the data parameter.

See Also