Data.DBXCommon.TDBXWritableValue.SetUInt8
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXWritableValue |
Delphi
procedure SetUInt8(const Value: Byte); virtual;
C++
virtual void __fastcall SetUInt8(const System::Byte Value);
Description
Sets the Byte value for TDBXWritableValues with a DataType of UInt8Type
.