Unit 'Laz2_DOM' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lazutils]

TDOMDocument.CreateCommentBuf

Created a new DOM Comment using the specified content.

Declaration

Source position: laz2_dom.pas line 512

public function TDOMDocument.CreateCommentBuf(

  Buf: DOMPChar;

  Length: Integer

):TDOMComment;

Arguments

Buf

  

Pointer to character data used as the content for the comment.

Length

  

Length of the buffer.

Function result

DOM Comment created in the method.

Version 4.6 Hosted on Source Forge