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

TDOMText.SplitText

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

Declaration

Source position: laz2_dom.pas line 671

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 3.2 Generated 2024-02-25 Home