Unit 'streamcoll' Package
[Overview][Classes][Procedures and functions][Index] [#fcl]

ColReadDateTime

Read a TDateTime value from a stream.

Declaration

Source position: streamcoll.pp line 79

function ColReadDateTime(

  S: TStream

):TDateTime;

Arguments

S

  

Stream to read TDateTime value from.

Function result

TDateTime value read from the stream.

Description

ColReadDateTime reads a currency value from the stream S as it was written by ColWriteDateTime and returns the read value. The value cannot be read and written across systems that have different endian values.

See also

ColWriteDateTime

  

Write a TDateTime value to stream.

ColReadBoolean

  

Read a boolean value from a stream.

ColReadString

  

Read a string from a stream.

ColReadInteger

  

Read a 32-bit integer from a stream.

ColReadFloat

  

Read a floating point value from a stream.

ColReadCurrency

  

Read a currency value from the stream.


Documentation generated on: Jul 24 2023