Creates a new DOM CDATA section with the specified content.
Source position: laz2_dom.pas line 513
public function TDOMDocument.CreateCDATASection( |
const data: DOMString |
):TDOMCDATASection; virtual; |
data |
|
Values used as the content for the CDATA section. |
DOM CDATA Section created in the method.
| Version 4.4 | Generated 2025-11-08 | Home |