TBinaryObjectReader.ReadDate
Read a date.
Declaration
Source position: classesh.inc line 1453
public 
  function ReadDate : TDateTime;  Override;
Description
ReadDate reads a date value from a binary stream.
This method is simply the implementation for a binary stream of the abstract method introduced in TAbstractObjectReader