Data.DBXCommon.TDBXWritableValue.SetAsInt16

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetAsInt16(const Value: SmallInt); virtual;

C++

virtual void __fastcall SetAsInt16(const short Value);

Eigenschaften

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

Beschreibung

Setzt den Wert als smallInt-Repräsentation.

SetAsInt16 setzt den Wert als eine smallInt-Repräsentation. 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