Creates a new DOM Comment with the specified content.
Source position: laz2_dom.pas line 511
public function TDOMDocument.CreateComment( |
const data: DOMString |
):TDOMComment; |
data |
|
Values used as the content for the DOM Comment. |
DOM Comment created in the method.
| Version 4.4 | Generated 2025-11-08 | Home |