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