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

TDOMDocument.CreateComment

Creates a new DOM Comment with the specified content.

Declaration

Source position: laz2_dom.pas line 511

public function TDOMDocument.CreateComment(

  const data: DOMString

):TDOMComment;

Arguments

data

  

Values used as the content for the DOM Comment.

Function result

DOM Comment created in the method.


Version 4.0 Generated 2025-05-03 Home