Data.DBXCommon.TDBXSingleValue.GetAsUInt8
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXSingleValue |
Delphi
function GetAsUInt8: Byte; override;
C++
virtual System::Byte __fastcall GetAsUInt8();
Description
Gets a UInt8 representation of the value.
Data.DBXCommon.TDBXSingleValue.GetAsUInt8 inherits from Data.DBXCommon.TDBXValue.GetAsUInt8. All content below this line refers to Data.DBXCommon.TDBXValue.GetAsUInt8.
Gets a UInt8 representation of the value.
GetAsUInt8 returns a UInt8 representation of the value. It applies a type conversion, if needed. If there is no supported conversion to this type, an exception is raised.