Data.DBXDBReaders.TDBXParamsRow.SetInt64
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXDBReaders.pas Data.DBXDBReaders.hpp
| |
Unit: Data.DBXDBReaders | |
Parent: TDBXParamsRow |
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 parameter specified by DbxValue
to the Int64 value specified by Value
.