[Overview][Constants][Types][Classes][Procedures and functions][Index] |
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.0 | Generated 2025-05-03 | Home |