[Overview][Classes][Procedures and functions][Index] |
Write a string value to the stream
Source position: streamcoll.pp line 71
procedure ColWriteString( |
S: TStream; |
AValue: string |
); |
S |
|
Stream to write string value to |
AValue |
|
String value to write to stream |
ColWriteString writes the string value AValue to the stream S.
|
Write a boolean to a stream |
|
|
Read a string from a 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 |