Copies character data at the specified offset for the number of bytes requested.
Source position: laz2_dom.pas line 429
public function TDOMCharacterData.SubstringData( |
offset: LongWord; |
count: LongWord |
):DOMString; |
offset |
|
Offset to start copying character data. |
count |
|
Number of bytes to copy from the character data. |
Byte values copied from the NodeValue.
| Version 4.6 | Generated 2026-02-20 | Home |