[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_DOM' (#lazutils)

TDOMDocument.CreateTextNodeBuf

Creates a new DOM Text node with the specified value.

Declaration

Source position: laz2_dom.pas line 511

public function TDOMDocument.CreateTextNodeBuf(

  Buf: DOMPChar;

  Length: Integer;

  IgnWS: Boolean

):TDOMText;

Arguments

Buf

  

Pointer to the character data assigned to the new DOM Text node.

Length

  

Length of the buffer.

IgnWS

  

Indicates if whitespace in the buffer is ignored.

Function result

DOM Text node created in the method.


Version 3.2 Generated 2024-02-25 Home