[Overview][Classes][Procedures and functions][Index] |
Read a string from a stream
Source position: streamcoll.pp line 77
function ColReadString( |
S: TStream |
):string; |
S |
|
Stream to read string value from |
String value read from the stream
ColReadStream reads a string value from the stream S as it was written by ColWriteString 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 |
|
|
Write a string value to the stream |
|
|
Read a 32-bit integer from a stream. |
|
|
Read a floating point value from a stream |
|
|
Read a currency value from the stream |