Data.DBXCommon.TDBXUInt8Value.SetAsInt32

Aus RAD Studio API Documentation

Delphi

procedure SetAsInt32(const Value: TInt32); override;

C++

virtual void __fastcall SetAsInt32(const int Value);

Eigenschaften

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

Beschreibung

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

Setzt den Wert als Integer-Repräsentation.

SetAsInt32 setzt den Wert als eine Integer-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