Data.DBXClient.TDBXJSonByteReader.GetInt16

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

virtual void __fastcall GetInt16(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 Int16 value.

GetInt16 is used to retrieve an Int16 value from the Ordinal field to the Value value.

See Also