Unit 'Laz2_DOM' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#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.4 Generated 2025-11-08 Home