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