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

TDOMText.SplitText

Splits the textual content at the specified offset into a new DOM Text node.

Declaration

Source position: laz2_dom.pas line 670

public function TDOMText.SplitText(

  offset: LongWord

):TDOMText;

Arguments

offset

  

Offset in the textual content where the Text node is split.

Function result

New DOM node created in the method.


Version 4.4 Generated 2025-11-08 Home