Data.DBXCommon.TDBXUInt8Value.GetUInt8
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXUInt8Value |
Delphi
function GetUInt8: Byte; override;
C++
virtual System::Byte __fastcall GetUInt8()/* overload */;
inline System::Byte __fastcall GetUInt8(System::Byte defaultValue){ return TDBXValue::GetUInt8(defaultValue); }
Description
Returns the Byte value stored by this TDBXUInt8Value.