Data.DBXCommon.TDBXWritableValue.SetAsInt8

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetAsInt8(const Value: ShortInt); virtual;

C++

virtual void __fastcall SetAsInt8(const System::Int8 Value);

Eigenschaften

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


Beschreibung

Legt den Wert als SmallInt-Repräsentation fest.

SetAsInt8 legt den Wert als SmallInt-Repräsentation fest. 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