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