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