Data.DBXCommon.TDBXWritableValue.SetAsUInt8

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAsUInt8(const Value: Byte); virtual;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXWritableValue

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.

See Also