Data.DBXCommon.TDBXUInt16Value.GetAsInt8

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 TDBXUInt16Value


Beschreibung

Ruft die ShortInt-Repräsentation des Wertes ab.

GetAsInt8 gibt eine ShortInt-Repräsentation des Wertes nach Durchführung einer Typumwandlung zurück.

Siehe auch