Unit 'Laz2_DOM' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#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

):AnsiString;

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.6 Hosted on Source Forge