Creates a new DOM Text node with the specified value.
Source position: laz2_dom.pas line 510
public function TDOMDocument.CreateTextNodeBuf( |
Buf: DOMPChar; |
Length: Integer; |
IgnWS: Boolean |
):TDOMText; |
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. |
DOM Text node created in the method.
| Version 4.4 | Generated 2025-11-08 | Home |