TAbstractObjectReader.ReadInt16
Read a 16-bit integer from the stream.
Declaration
Source position: classesh.inc line 1406
public
function ReadInt16 : SmallInt; Virtual; Abstract;
Description
ReadInt16 is called by the streaming process if it expects to read an integer value with a size of 16 bits (2 bytes) from the stream (i.e. after ReadValue returned a valuetype of vaInt16). The return value is the value if the integer. Note that the size of the value in the stream does not actually have to be 2 bytes.
See also
Name | Description |
---|---|
TAbstractObjectReader.ReadDate | Read a date value from the stream. |
TAbstractObjectReader.ReadFloat | Read a float value from the stream. |
TAbstractObjectReader.ReadIdent | Read an identifier from the stream. |
TAbstractObjectReader.ReadInt32 | Read a 32-bit integer from the stream. |
TAbstractObjectReader.ReadInt64 | Read a 64-bit integer from the stream. |
TAbstractObjectReader.ReadInt8 | Read an 8-bit integer from the stream. |
TabstractObjectReader.ReadSet | Reads a set from the stream. |
TAbstractObjectReader.ReadSingle | Read a single (real-type) value from the stream. |
TabstractObjectReader.ReadStr | Read a shortstring from the stream |
TabstractObjectReader.ReadString | Read a string of type StringType from the stream. |