Data.DBXCommon.TDBXInt64Value.GetInt64

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetInt64: Int64; override;

C++

virtual __int64 __fastcall GetInt64()/* overload */;
inline __int64 __fastcall  GetInt64(__int64 defaultValue){ return TDBXValue::GetInt64(defaultValue); }

Propriétés

Type Visibilité  Source Unité  Parent
function public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXInt64Value

Description

Obtient la valeur entière 64 bits des types de données entiers 64 bits.

Obtient la valeur entière 64 bits pour les instances de TDBXValue avec un type de données Int64Type. Déclenche une exception TDBXError si IsNull est défini sur true.