Data.DBXCommon.TDBXWritableValue.AsInt32
Delphi
property AsInt32: Integer read GetAsInt32 write SetAsInt32;
C++
__property int AsInt32 = {read=GetAsInt32, write=SetAsInt32, nodefault};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
property | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXWritableValue |
Description
Représentation Integer de la valeur.
AsInt32 renvoie une représentation Integer 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.