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