TAbstractObjectReader.ReadValue
Reads the type of the next value.
Declaration
Source position: classesh.inc line 1388
public
function ReadValue : TValueType; Virtual; Abstract;
Description
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.
See also
Name | Description |
---|---|
TAbstractObjectReader.ReadValue | Reads the type of the next value. |