Data.DBXCommon.TDBXValue.AsInt8

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AsInt8: ShortInt read GetAsInt8;

C++

__property System::Int8 AsInt8 = {read=GetAsInt8, nodefault};

Eigenschaften

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


Beschreibung

AsInt8 ist die ShortInt-Repräsentation dieses TDBXValue-Wertes.

Wenn die Konvertierung in diesen Typ nicht unterstützt wird, wird eine Exception ausgelöst.

Siehe auch