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