API:Data.DBXCommon.TDBXUInt8Value.GetUInt8
Delphi
function GetUInt8: Byte; override;
C++
virtual System::Byte __fastcall GetUInt8()/* overload */;
inline System::Byte __fastcall GetUInt8(System::Byte defaultValue){ return TDBXValue::GetUInt8(defaultValue); }
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXUInt8Value |
Description
Gets the Byte value of this TDBXValue.
Data.DBXCommon.TDBXUInt8Value.GetUInt8 inherits from Data.DBXCommon.TDBXValue.GetUInt8. All content below this line refers to Data.DBXCommon.TDBXValue.GetUInt8.
Gets the Byte value of this TDBXValue.
defaultValue
specifies the value that is returned if IsNull is True.
If defaultValue
is not specified, a TDBXError is raised when IsNull is True.