Data.DB.TLargeintField.Value
Delphi
property Value: Largeint read GetAsLargeint write SetAsLargeint;
C++
__property __int64 Value = {read=GetAsLargeInt, write=SetAsLargeInt};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
property | public | Data.DB.pas Data.DB.hpp |
Data.DB | TLargeintField |
Description
Contient la valeur du champ entier long.
Utilisez Value pour lire et écrire des données directement à partir d'un champ entier long. Utiliser la propriété Value revient au même qu'utiliser la propriété AsLargeInt.
Si la valeur affectée au champ n'est pas comprise dans l'étendue établie par les propriétés MinValue et MaxValue, une exception EDatabaseError est déclenchée.