Data.DBXCommon.TDBXValue.GetAsUInt16

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsUInt16: Word; virtual;

C++

virtual System::Word __fastcall GetAsUInt16();

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValue

Description

Gets the UInt16 representation of the value.

GetAsUInt16 returns a UInt16 representation of the value, applying a type conversion, if needed. If there is no supported conversion to this type, an exception is raised.

See Also