Data.DBXDelegate.TDBXDelegateWritableValue.SetUInt8

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Unit: Data.DBXDelegate
Parent: TDBXDelegateWritableValue

Delphi

procedure SetUInt8(const Value: Byte); override;

C++

virtual void __fastcall SetUInt8(const System::Byte Value);

Description

Sets the Byte value for TDBXWritableValues with a DataType of UInt8Type.

Data.DBXDelegate.TDBXDelegateWritableValue.SetUInt8 inherits from Data.DBXCommon.TDBXWritableValue.SetUInt8. All content below this line refers to Data.DBXCommon.TDBXWritableValue.SetUInt8.

Sets the Byte value for TDBXWritableValues with a DataType of UInt8Type.

See Also