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