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.4 | Generated 2025-11-08 | Home |