Data.DBXDBReaders.TDBXDataSetRow.GetUInt16

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Unit: Data.DBXDBReaders
Parent: TDBXDataSetRow

Delphi

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

C++

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

Description

Returns the Word value from the row in the Value parameter or sets IsNull to True.

GetUInt16 gets the Word value for the row in the Value parameter or sets IsNull to True.

Note: This class is not used directly by applications.

See Also