Data.DBXCommon.TDBXWritableValue.AsUInt16
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXWritableValue |
Delphi
property AsUInt16: Word read GetAsUInt16 write SetAsUInt16;
C++
__property System::Word AsUInt16 = {read=GetAsUInt16, write=SetAsUInt16, nodefault};
Description
Word representation of value.
AsUInt16 returns a Word representation of the value. It applies a type conversion, if needed. If there is no supported conversion to this type, an exception is raised.