Data.DBXCommon.TDBXUInt8Value.SetAsInt8

Aus RAD Studio API Documentation

Delphi

procedure SetAsInt8(const Value: ShortInt); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXUInt8Value

Beschreibung

Legt den Wert als SmallInt-Repräsentation fest. {{#multireplace:Data.DBXCommon.TDBXUInt8Value.SetAsInt8|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:Data.DBXCommon.TDBXWritableValue.SetAsInt8|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:Data.DBXCommon.TDBXWritableValue.SetAsInt8|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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