Data.DBXCommon.TDBXValue.GetAsInt16

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetAsInt16: SmallInt; virtual;

C++

virtual short __fastcall GetAsInt16();

Eigenschaften

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

Beschreibung

Ermittelt die smallInt-Repräsentation des Wertes.

GetAsInt16 gibt eine smallInt-Repräsentation des Wertes zurück. Die Methode führt bei Bedarf eine Typumwandlung durch. Wenn es für diesen Typ keine unterstützte Umwandlung gibt, wird eine Exception ausgelöst.

Siehe auch