Data.DBXCommon.TDBXWritableValue.AsInt8

Aus RAD Studio API Documentation
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
K (1 Version)
K
 
Zeile 1: Zeile 1:
 
{{#lst:API:Data.DBXCommon.TDBXWritableValue.AsInt8|api}}
 
{{#lst:API:Data.DBXCommon.TDBXWritableValue.AsInt8|api}}
 
 
==Beschreibung==
 
==Beschreibung==
 
 
{{#lsth:API:Data.DBXCommon.TDBXWritableValue.AsInt8|Beschreibung}}
 
{{#lsth:API:Data.DBXCommon.TDBXWritableValue.AsInt8|Beschreibung}}

Aktuelle Version vom 26. April 2012, 03:41 Uhr

Delphi

property AsInt8: ShortInt read GetAsInt8 write SetAsInt8;

C++

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

[Bearbeiten] Eigenschaften

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

[Bearbeiten] 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.

[Bearbeiten] Siehe auch

Übersetzungen