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