[Overview][Classes][Procedures and functions][Index] |
Read a TDateTime value from a stream
Source position: streamcoll.pp line 79
function ColReadDateTime( |
S: TStream |
):TDateTime; |
S |
|
Stream to read TDateTime value from |
TDateTime value read from the stream
ColReadDateTime reads a currency value from the stream S as it was written by ColWriteDateTime and returns the read value. The value cannot be read and written across systems that have different endian values.
|
Write a TDateTime value to stream |
|
|
Read a boolean value from a stream |
|
|
Read a string from a stream |
|
|
Read a 32-bit integer from a stream. |
|
|
Read a floating point value from a stream |
|
|
Read a currency value from the stream |