Data.DBXCommon.TDBXInt64Value.GetAsInt8
Delphi
function GetAsInt8: ShortInt; override;
C++
virtual System::Int8 __fastcall GetAsInt8();
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| function | public | Data.DBXCommon.pas Data.DBXCommon.hpp | Data.DBXCommon | TDBXInt64Value | 
Beschreibung
Ermittelt die ShortInt-Repräsentation des Wertes.
Data.DBXCommon.TDBXInt64Value.GetAsInt8 erbt von Data.DBXCommon.TDBXValue.GetAsInt8. Der folgende Inhalt bezieht sich auf Data.DBXCommon.TDBXValue.GetAsInt8.
Ermittelt die ShortInt-Repräsentation des Wertes.
GetAsInt8 gibt eine ShortInt-Repräsentation des Wertes zurück. Bei Bedarf wird eine Typumwandlung durchgeführt. Wenn es für diesen Typ keine unterstützte Umwandlung gibt, wird eine Exception ausgelöst.