Read a 16-bit integer from the stream.
Source position: classesh.inc line 1760
| public function TAbstractObjectReader.ReadInt16: SmallInt; virtual; abstract; | 
ReadInt16 is called by the streaming process if it expects to read an integer value with a size of 16 bits (2 bytes) from the stream (i.e. after ReadValue returned a valuetype of vaInt16). The return value is the value if the integer. Note that the size of the value in the stream does not actually have to be 2 bytes.
| 
 | Read a float value from the stream. | |
| 
 | Read a date value from the stream. | |
| 
 | Read a single (real-type) value from the stream. | |
| 
 | Read an identifier from the stream. | |
| 
 | Read an 8-bit integer from the stream. | |
| 
 | Read a 32-bit integer from the stream. | |
| 
 | Read a 64-bit integer from the stream. | |
| 
 | Reads a set from the stream. | |
| 
 | Read a shortstring from the stream. | |
| 
 | Read a string of type StringType from the stream. |