Data.DBXCommon.TDBXReaderByteReader.GetUInt16

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXReaderByteReader

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

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