Read a single (real-type) value from the stream.
Source position: classesh.inc line 1753
| public function TAbstractObjectReader.ReadSingle: Single; virtual; abstract; | 
ReadSingle is called by the streaming system when it wants to read a single-type float from the stream (i.e. after ReadValue returned a value type of vaSingle). The return value should be the value of the float.
| 
 | 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 16-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. |