TBinaryObjectReader.ReadString
Read a string
Declaration
Source position: classesh.inc line 1464
public 
  function ReadString(StringType: TValueType) : string;  Override;
Description
ReadStr reads a string of type StringType from a binary stream.
This method is simply the implementation for a binary stream of the abstract method introduced in TAbstractObjectReader