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

TDOMCharacterData.SubstringData

Copies character data at the specified offset for the number of bytes requested.

Declaration

Source position: laz2_dom.pas line 429

public function TDOMCharacterData.SubstringData(

  offset: LongWord;

  count: LongWord

):DOMString;

Arguments

offset

  

Offset to start copying character data.

count

  

Number of bytes to copy from the character data.

Function result

Byte values copied from the NodeValue.


Version 4.0 Generated 2025-05-03 Home