Read a 32-bit integer from a stream.
Source position: streamcoll.pp line 82
function ColReadInteger( |
S: TStream |
):Integer; |
S |
|
Stream to read integer value from. |
Integer value read from stream S.
ColReadInteger reads a 32-bit integer from the stream S as it was written by ColWriteInteger and returns the read value. The value cannot be read and written across systems that have different endian values.
|
Read a TDateTime value from a stream. |
|
|
Read a boolean value from a stream. |
|
|
Read a string from a stream. |
|
|
Write a 32-bit integer to a stream. |
|
|
Read a floating point value from a stream. |
|
|
Read a currency value from the stream. |