Data.DBXCommon.TDBXValue.AsUInt16

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsUInt16: Word read GetAsUInt16;

C++

__property System::Word AsUInt16 = {read=GetAsUInt16, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValue

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.

See Also