Data.DBXCommon.TDBXWideStringValue.SetAsUInt8

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAsUInt8(const Value: Byte); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXWideStringValue

Description

Sets the value as an 8-bit unsigned integer representation.

Data.DBXCommon.TDBXWideStringValue.SetAsUInt8 inherits from Data.DBXCommon.TDBXWritableValue.SetAsUInt8. All content below this line refers to Data.DBXCommon.TDBXWritableValue.SetAsUInt8.

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