System.Classes.TBinaryReader.ReadShortInt

From RAD Studio API Documentation
Revision as of 03:48, 20 October 2011 by Kmasuyama (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function ReadShortInt: ShortInt; virtual;

C++

virtual System::Int8 __fastcall ReadShortInt();

Properties

Type Visibility Source Unit Parent
function public
System.Classes.pas
System.Classes.hpp
System.Classes TBinaryReader

Description

Reads a Shortint value from the stream. ReadShortInt reads a Shortint value from the underlying stream, advances into the stream, and returns it. ReadInt16 also reads Shortint; these two methods are similar.

See Also