Data.DBXCommon.TDBXBcdValue.GetAsUInt16

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsUInt16: Word; override;

C++

virtual System::Word __fastcall GetAsUInt16();

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXBcdValue

Description

Gets the Word representation of the value.

GetAsUInt16 returns a Word representation of the value after applying a type conversion.

See Also