[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Read a date value from the stream.
Source position: classesh.inc line 1138
public function TAbstractObjectReader.ReadDate: TDateTime; virtual; abstract; |
ReadDate is called by the streaming system when it wants to read a date/time value from the stream (i.e. after ReadValue returned a valuetype of vaDate). The return value should be the date/time value. (This value can be stored as a float, since TDateTime is nothing but a float.)
|
Read a float 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. |