Data.DBXStreamPlatform.TDBXJSonRow.GetUInt16
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.DBXStreamPlatform.pas Data.DBXStreamPlatform.hpp
| |
| Unit: Data.DBXStreamPlatform | |
| Parent: TDBXJSonRow | |
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
Virtual method that returns a Word.
Data.DBXStreamPlatform.TDBXJSonRow.GetUInt16 inherits from Data.DBXCommon.TDBXRow.GetUInt16. All content below this line refers to Data.DBXCommon.TDBXRow.GetUInt16.
Virtual method that returns a Word.
The GetUInt16 method will raise an exception by default. TDBXRow descendants should implement this method if they want to return a Word from their row.