[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 514

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 3.2 Generated 2024-02-25 Home