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

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