Data.DBXMemoryRow.TDBXMemoryRow.GetUInt16
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.DBXMemoryRow.pas Data.DBXMemoryRow.hpp
| |
| Unit: Data.DBXMemoryRow | |
| Parent: TDBXMemoryRow | |
Delphi
procedure GetUInt16(DbxValue: TDBXUInt16Value; var Value: Word;
var IsNull: LongBool); override;
C++
virtual void __fastcall GetUInt16(Data::Dbxcommon::TDBXUInt16Value* DbxValue, System::Word &Value, System::LongBool &IsNull);
Description
Gets the Word value for the unsigned 16-bit integer data types.
GetUInt16 gets the Word value for TDBXMemoryRow instances of a UInt16 data type.