API:Data.DBXCommon.TDBXReaderByteReader.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.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXReaderByteReader

Description

Abstract method.

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

Abstract method.

GetUInt16 is an abstract method whose intent is to allow retrieval of Word values into a byte array. TDBXByteReader descendants must implement this method.


See Also