Created a new DOM Comment using the specified content.
Source position: laz2_dom.pas line 512
public function TDOMDocument.CreateCommentBuf( |
Buf: DOMPChar; |
Length: Integer |
):TDOMComment; |
Buf |
|
Pointer to character data used as the content for the comment. |
Length |
|
Length of the buffer. |
DOM Comment created in the method.
| Version 4.4 | Generated 2025-11-08 | Home |