Data.DBXDelegate.TDBXDelegateWritableValue.SetInt64
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXDelegate.pas Data.DBXDelegate.hpp
| |
Unit: Data.DBXDelegate | |
Parent: TDBXDelegateWritableValue |
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.
Data.DBXDelegate.TDBXDelegateWritableValue.SetInt64 inherits from Data.DBXCommon.TDBXWritableValue.SetInt64. All content below this line refers to Data.DBXCommon.TDBXWritableValue.SetInt64.
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.