[Overview][Classes][Procedures and functions][Index] |
Write a currency value to stream
Source position: streamcoll.pp line 72
procedure ColWriteCurrency( |
S: TStream; |
AValue: Currency |
); |
S |
|
Stream to write currency to |
AValue |
|
Currency value to write to stream |
ColWriteCurrency writes the currency AValue to the stream S.
|
Write a boolean to a stream |
|
|
Write a string value to the stream |
|
|
Write a 32-bit integer to a stream |
|
|
Write a TDateTime value to stream |
|
|
Write floating point value to stream |
|
|
Read a currency value from the stream |