Data.DBXMemoryRow.TDBXMemoryRow.SetUInt8

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetUInt8(DbxValue: TDBXUInt8Value; Value: Byte); override;

C++

virtual void __fastcall SetUInt8(Data::Dbxcommon::TDBXUInt8Value* DbxValue, System::Byte Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXMemoryRow.pas
Data.DBXMemoryRow.hpp
Data.DBXMemoryRow TDBXMemoryRow

Description

Sets the Byte value for the unsigned 8-bit integer data types.

SetUInt8 sets the Byte value for TDBXMemoryRow instances of a UInt8 data type.

See Also