[Overview][Constants][Types][Classes][Procedures and functions][Index] |
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.0 | Generated 2025-05-03 | Home |