API:Data.DBXCommon.TDBXWritableValue.AsInt8

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AsInt8: ShortInt read GetAsInt8 write SetAsInt8;

C++

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

Eigenschaften

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

Beschreibung

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

Data.DBXCommon.TDBXWritableValue.AsInt8 erbt von Data.DBXCommon.TDBXValue.AsInt8. Der folgende Inhalt bezieht sich auf Data.DBXCommon.TDBXValue.AsInt8.

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