Data.DBXClient.TDBXJSonByteReader.GetInt32

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetInt32(Ordinal: TInt32; const Value: TArray<Byte>; Offset: TInt32; var IsNull: LongBool); override;

C++

virtual void __fastcall GetInt32(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 Int32 value.

GetInt32 is used to retrieve an Int32 value from the Ordinal field to the Value value.

See Also