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