[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Read the next value in the stream
Source position: classesh.inc line 1286
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