Data.DBXCommon.TDBXInt64Value.SetInt64
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXInt64Value |
Delphi
procedure SetInt64(const Value: Int64); override;
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.