API:Data.DBXClient.TDBXJSonByteReader.GetUInt16

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

virtual void __fastcall GetUInt16(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

Returns the Word value for a TDBXReaderByteReader instance in an array of bytes.

Data.DBXClient.TDBXJSonByteReader.GetUInt16 inherits from Data.DBXCommon.TDBXReaderByteReader.GetUInt16. All content below this line refers to Data.DBXCommon.TDBXReaderByteReader.GetUInt16.

Returns the Word value for a TDBXReaderByteReader instance in an array of bytes.

GetUInt16 returns the Word value for the TDBXReaderByteReader instance and stores it in the array of bytes passed into the Value parameter.


See Also