Data.DBXCommon.TDBXValue.AsInt16

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AsInt16: SmallInt read GetAsInt16;

C++

__property short AsInt16 = {read=GetAsInt16, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValue

Beschreibung

SmallInt -Repräsentation des Wertes.

AsInt16 gibt eine smallInt-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