Data.DBXCommon.TDBXValue.AsInt16
Delphi
property AsInt16: SmallInt read GetAsInt16;
C++
__property short AsInt16 = {read=GetAsInt16, nodefault};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
property | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXValue |
Description
Représentation SmallInt de la valeur.
AsInt16 renvoie une représentation SmallInt 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.