Data.DBXCommon.TDBXRow.SetUInt16
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXRow |
Delphi
procedure SetUInt16(DbxValue: TDBXUInt16Value; Value: Word); virtual;
C++
virtual void __fastcall SetUInt16(TDBXUInt16Value* DbxValue, System::Word Value);
Description
Virtual method that sets a Word.
The SetUInt16 method will raise an exception by default. TDBXRow descendants should implement this method if they want to set a Word value in their row.