Data.DBXCommon.TDBXValue.GetUInt8
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
| Unit: Data.DBXCommon | |
| Parent: TDBXValue | |
Delphi
function GetUInt8: Byte; overload; virtual;
function GetUInt8(defaultValue: Byte): Byte; overload; virtual;
C++
virtual System::Byte __fastcall GetUInt8()/* overload */;
virtual System::Byte __fastcall GetUInt8(System::Byte defaultValue)/* overload */;
Description
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.