Data.DBXCommon.TDBXWritableValue.SetAsInt64

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAsInt64(const Value: Int64); virtual;

C++

virtual void __fastcall SetAsInt64(const __int64 Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXWritableValue

Description

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.

See Also