Data.DBXCommon.TDBXWritableValue.SetAsUInt8
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXWritableValue |
Delphi
procedure SetAsUInt8(const Value: Byte); virtual;
C++
virtual void __fastcall SetAsUInt8(const System::Byte Value);
Description
Sets the value as an 8-bit unsigned integer representation.
SetAsUInt8 sets the value as an 8-bit unsigned integer representation. It applies a type conversion, if needed. If there is no supported conversion to this type, an exception is raised.