Skip to content

TAbstractObjectReader.NextValue

Returns the type of the next value in the stream.

Declaration

Source position: classesh.inc line 1387

public 
  function NextValue : TValueType;  Virtual;  Abstract;

Description

This function should return the type of the next value in the stream, but should not read the actual value, i.e. the stream position should not be altered by this method. This is used to 'peek' in the stream what value is next.

See also

Name Description
TAbstractObjectReader.ReadValue Reads the type of the next value.