Data.DBXCommon.TDBXValue.GetAsInt64

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsInt64: Int64; virtual;

C++

virtual __int64 __fastcall GetAsInt64();

Properties

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

Description

Get Int64 representation of value.

GetAsInt64 returns an Int64 representation of the value. It applies a type conversion if needed. If there is no supported conversion to this type, an exception is raised.

See Also