Data.DBXCommon.TDBXValue.GetAsInt8

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetAsInt8: ShortInt; virtual;

C++

virtual System::Int8 __fastcall GetAsInt8();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValue


Beschreibung

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.

Siehe auch