API:Data.DBXCommon.TDBXUInt8Value.GetUInt8

Aus RAD Studio API Documentation

Delphi

function GetUInt8: Byte; override;

C++

virtual System::Byte __fastcall GetUInt8()/* overload */;
inline System::Byte __fastcall  GetUInt8(System::Byte defaultValue){ return TDBXValue::GetUInt8(defaultValue); }

Eigenschaften

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

Beschreibung

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

Ermittelt den Byte-Wert von TDBXValue.

defaultValaue gibt den Wert an, der zurückgegeben wird, wenn IsNull True ist.

Wenn defaultValaue nicht angegeben ist, wird eine TDBXError-Exception ausgelöst, wenn IsNull True ist.

Siehe auch