Data.DBXDBReaders.TDBXDataSetRow.SetInt16
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Data.DBXDBReaders.pas Data.DBXDBReaders.hpp
| |
| Unit: Data.DBXDBReaders | |
| Parent: TDBXDataSetRow | |
Delphi
procedure SetInt16(DbxValue: TDBXInt16Value; Value: SmallInt); override;
C++
virtual void __fastcall SetInt16(Data::Dbxcommon::TDBXInt16Value* DbxValue, short Value);
Description
Sets the value of the field specified by DbxValue to the SmallInt value specified by Value.