API:Data.DBXMemoryRow.TDBXMemoryRow.SetUInt16

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetUInt16(DbxValue: TDBXUInt16Value; Value: UInt16); override;

C++

virtual void __fastcall SetUInt16(Data::Dbxcommon::TDBXUInt16Value* DbxValue, System::UInt16 Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXMemoryRow.pas
Data.DBXMemoryRow.hpp
Data.DBXMemoryRow TDBXMemoryRow

Description

Virtual method that sets a Word.

Data.DBXMemoryRow.TDBXMemoryRow.SetUInt16 inherits from Data.DBXCommon.TDBXRow.SetUInt16. All content below this line refers to Data.DBXCommon.TDBXRow.SetUInt16.

Virtual method that sets a Word.

The SetUInt16 method will raise an exception by default. TDBXRow descendants should implement this method if they want to set a Word value in their row.