[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Reads the type of the next value.
Source position: classesh.inc line 1125
public function TAbstractObjectReader.ReadValue: TValueType; virtual; abstract; |
This function returns the type of the next value in the stream and reads it. i.e. after the call to this method, the stream is positioned to read the value of the type returned by this function.
|
Reads the type of the next value. |