Write floating point value to stream.
Source position: streamcoll.pp line 81
procedure ColWriteFloat( |
S: TStream; |
AValue: Double |
); |
S |
|
Stream to write float value to. |
AValue |
|
Double value to write to the stream. |
ColWriteFloat writes the double AValue to the stream S.
|
Write a TDateTime value to stream. |
|
|
Write a boolean to a stream. |
|
|
Write a string value to the stream. |
|
|
Write a 32-bit integer to a stream. |
|
|
Read a floating point value from a stream. |
|
|
Write a currency value to stream. |