Data.DBXClient.TDBXJSonByteReader.GetInt8
Delphi
procedure GetInt8(Ordinal: TInt32; const Value: TArray<Byte>; Offset: TInt32; var IsNull: LongBool); override;
C++
virtual void __fastcall GetInt8(int Ordinal, const System::DynamicArray<System::Byte> Value, int Offset, System::LongBool &IsNull);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | Data.DBXClient.pas Data.DBXClient.hpp | Data.DBXClient | TDBXJSonByteReader | 
Description
Reads an Int8 value.
GetInt8 is used to retrieve an Int8 value from the Ordinal field to the Value value.