Data.DBXCommon.TDBXWritableValue.SetInt64
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXWritableValue |
Delphi
procedure SetInt64(const Value: Int64); virtual;
C++
virtual void __fastcall SetInt64(const __int64 Value);
Description
Sets the 64-bit integer value for 64-bit integer data types.
Sets the 64-bit integer value for TDBXValue instances with a data type of Int64Type.