TBinaryObjectReader.ReadInt32
Read a 32-bits integer.
Declaration
Source position: classesh.inc line 1459
public
function ReadInt32 : LongInt; Override;
Description
Read32Int reads a 32-bits signed integer from a binary stream.
This method is simply the implementation for a binary stream of the abstract method introduced in TAbstractObjectReader