Data.DBXCommon.TDBXValue.AsUInt8
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXValue |
Delphi
property AsUInt8: Byte read GetAsUInt8;
C++
__property System::Byte AsUInt8 = {read=GetAsUInt8, nodefault};
Description
AsUInt8 is the Byte representation of this TDBXValue.
If there is no supported conversion to this type, an exception is raised.