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