Splits the textual content at the specified offset into a new DOM Text node.
Source position: laz2_dom.pas line 670
public function TDOMText.SplitText( |
offset: LongWord |
):TDOMText; |
offset |
|
Offset in the textual content where the Text node is split. |
New DOM node created in the method.
| Version 4.6 | Generated 2026-02-20 | Home |