Data.DBXCommon.TDBXRow.GetUInt16

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetUInt16(DbxValue: TDBXUInt16Value; var Value: Word; var IsNull: LongBool); virtual;

C++

virtual void __fastcall GetUInt16(TDBXUInt16Value* DbxValue, System::Word &Value, System::LongBool &IsNull);

Properties

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

Description

Virtual method that returns a Word.

The GetUInt16 method will raise an exception by default. TDBXRow descendants should implement this method if they want to return a Word from their row.

See Also