Afficher : Delphi
C++
Préférences d'affichage
Data.DBXCommon.TDBXWritableValue.AsInt8
De XE2 API Documentation
Delphi
property AsInt8: ShortInt read GetAsInt8 write SetAsInt8;
C++
__property System::Int8 AsInt8 = {read=GetAsInt8, write=SetAsInt8, nodefault};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| property | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXWritableValue |
Description
AsInt8 est la représentation ShortInt de ce TDBXValue.
Data.DBXCommon.TDBXWritableValue.AsInt8 hérite de Data.DBXCommon.TDBXValue.AsInt8. Tout le contenu en-dessous de cette ligne se réfère à Data.DBXCommon.TDBXValue.AsInt8.
AsInt8 est la représentation ShortInt de ce TDBXValue.
S'il n'existe pas de conversion supportée pour ce type, une exception est déclenchée.