Data.DBXCommon.TDBXWritableValue.SetAsUInt16
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXWritableValue |
Delphi
procedure SetAsUInt16(const Value: Word); virtual;
C++
virtual void __fastcall SetAsUInt16(const System::Word Value);
Description
Sets the Word value for an unsigned 16-bit integer value type.
SetAsUInt16 sets a value as a Word, applying a type conversion, if needed. If there is no supported conversion to this type, an exception is raised.