API:Data.DBXCommon.TDBXWritableValue.AsUInt16

From RAD Studio API Documentation
Jump to: navigation, search

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

Unsigned 16-bit integer representation of the value.

Data.DBXCommon.TDBXWritableValue.AsUInt16 inherits from Data.DBXCommon.TDBXValue.AsUInt16. All content below this line refers to Data.DBXCommon.TDBXValue.AsUInt16.

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.

See Also