Creates a new CDATA section in the document.
Source position: laz2_dom.pas line 547
public function TXMLDocument.CreateCDATASection( |
const data: DOMString |
):TDOMCDATASection; override; |
data |
|
Character data to include in the CDATA section. |
DOM CDATA section created in the method.
| Version 4.6 | Generated 2026-02-20 | Home |