Data.DBXCommon.TDBXUInt8Value.GetUInt8

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Gibt den in TDBXUInt8Value gespeicherten Byte-Wert zurück.

Siehe auch