[Overview][Constants][Types][Classes][Procedures and functions][Index] |
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.0 | Generated 2025-05-03 | Home |