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