Data.DBXDelegate.TDBXDelegateWritableValue.SetAsInt64
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DBXDelegate.pas Data.DBXDelegate.hpp
| |
Unit: Data.DBXDelegate | |
Parent: TDBXDelegateWritableValue |
Delphi
procedure SetAsInt64(const Value: Int64); override;
C++
virtual void __fastcall SetAsInt64(const __int64 Value);
Description
Sets the value as an Int64 representation.
Data.DBXDelegate.TDBXDelegateWritableValue.SetAsInt64 inherits from Data.DBXCommon.TDBXWritableValue.SetAsInt64. All content below this line refers to Data.DBXCommon.TDBXWritableValue.SetAsInt64.
Sets the value as an Int64 representation.
SetAsInt64 sets the value as an Int64 representation. It applies a type conversion, if needed. If there is no supported conversion to this type, an exception is raised.