Data.DBXCommon.TDBXValue.AsInt64
Delphi
property AsInt64: Int64 read GetAsInt64;
C++
__property __int64 AsInt64 = {read=GetAsInt64};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
property | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXValue |
Description
Représentation Int64 de la valeur.
AsInt64 renvoie une représentation Int64 de la valeur. Elle applique une conversion de type si nécessaire. S'il n'existe pas de conversion supportée pour ce type, une exception est déclenchée.