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