Data.DBXCommon.TDBXBcdValue.SetAsUInt8
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXBcdValue |
Delphi
procedure SetAsUInt8(const Value: Byte); override;
C++
virtual void __fastcall SetAsUInt8(const System::Byte Value);
Description
Sets the value as an 8-bit unsigned integer representation.
Data.DBXCommon.TDBXBcdValue.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.