TBinaryObjectReader.ReadValue
Read the next value in the stream
Declaration
Source position: classesh.inc line 1441
public
function ReadValue : TValueType; Override;
Description
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