Data.DBXCommon.TDBXUInt8Value.GetAsUInt16

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXUInt8Value

Delphi

function GetAsUInt16: Word; override;

C++

virtual System::Word __fastcall GetAsUInt16();

Description

Gets the Word representation of the value.

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

See Also