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