IBX.IBSQL.TIBXSQLVAR.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
IBX.IBSQL.pas
IBX.IBSQL.hpp
IBX.IBSQL TIBXSQLVAR

Description

Représente la valeur du champ XSQLVAR sous forme d'entier sur 64 bits.

Utilisez la propriété AsInt64 pour lire la valeur des données du champ dans un entier sur 64 bits, ou pour affecter une valeur entière sur 64 bits au contenu du champ.