Data.DBXCommon.TDBXWritableValue.AsUInt16
Delphi
property AsUInt16: Word read GetAsUInt16 write SetAsUInt16;
C++
__property System::Word AsUInt16 = {read=GetAsUInt16, write=SetAsUInt16, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXWritableValue |
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.