Data.DBXDBReaders.TDBXDataSetRow.SetUInt16
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Data.DBXDBReaders.pas Data.DBXDBReaders.hpp
| |
| Unit: Data.DBXDBReaders | |
| Parent: TDBXDataSetRow | |
Delphi
procedure SetUInt16(DbxValue: TDBXUInt16Value; Value: Word); override;
C++
virtual void __fastcall SetUInt16(Data::Dbxcommon::TDBXUInt16Value* DbxValue, System::Word Value);
Description
Sets the field value to the Word value.
SetUInt16 sets the field value to the Word Value.
Note: This class is not used directly by applications.