Read the next value in the stream.
Source position: classesh.inc line 1801
public function TBinaryObjectReader.ReadValue: TValueType; override; |
NextValue reads the next value in a binary stream and returns the type of the read value.
This method is simply the implementation for a binary stream of the abstract method introduced in TAbstractObjectReader