[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_DOM' (#lazutils)

TDOMDocument.CreateCDATASection

Creates a new DOM CDATA section with the specified content.

Declaration

Source position: laz2_dom.pas line 513

public function TDOMDocument.CreateCDATASection(

  const data: DOMString

):TDOMCDATASection; virtual;

Arguments

data

  

Values used as the content for the CDATA section.

Function result

DOM CDATA Section created in the method.


Version 4.0 Generated 2025-05-03 Home