Data.DBXCommon.TDBXWritableValue.AsInt64

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property AsInt64: Int64 read GetAsInt64 write SetAsInt64;

C++

__property __int64 AsInt64 = {read=GetAsInt64, write=SetAsInt64};

Propriétés

Type Visibilité  Source Unité  Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXWritableValue

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.

Voir aussi