Data.DBXClient.TDBXJSonByteReader.GetInt64

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

virtual void __fastcall GetInt64(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 Int64 value.

GetInt64 is used to retrieve an Int64 value from the Ordinal field to the Value value.

See Also