Skip to content

TBinaryObjectReader.ReadStr

Read a short string

Declaration

Source position: classesh.inc line 1463

public 
  function ReadStr : string;  Override;

Description

ReadStr reads a short string from a binary stream.

This method is simply the implementation for a binary stream of the abstract method introduced in TAbstractObjectReader