Data.DBXCommon.TDBXUInt8Value.GetAsInt32
Delphi
function GetAsInt32: TInt32; override;
C++
virtual int __fastcall GetAsInt32(void);
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| function | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXUInt8Value |
Beschreibung
Ermittelt die Integer-Repräsentation des Wertes. {{#multireplace:Data.DBXCommon.TDBXUInt8Value.GetAsInt32|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:Data.DBXCommon.TDBXValue.GetAsInt32|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:Data.DBXCommon.TDBXValue.GetAsInt32|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Ermittelt die Integer-Repräsentation des Wertes.
GetAsInt32 gibt eine Integer-Repräsentation des Wertes zurück. Die Methode führt bei Bedarf eine Typumwandlung durch. Wenn es für diesen Typ keine unterstützte Umwandlung gibt, wird eine Exception ausgelöst.