Data.DBXCommon.TDBXBooleanValue.SetAsInt8

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 TDBXBooleanValue

Beschreibung

Legt den Wert als SmallInt-Repräsentation fest.

Data.DBXCommon.TDBXBooleanValue.SetAsInt8 erbt von Data.DBXCommon.TDBXWritableValue.SetAsInt8. Der folgende Inhalt bezieht sich auf Data.DBXCommon.TDBXWritableValue.SetAsInt8.

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