Data.DBXCommon.TDBXRow.SetUInt16

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetUInt16(DbxValue: TDBXUInt16Value; Value: Word); virtual;

C++

virtual void __fastcall SetUInt16(TDBXUInt16Value* DbxValue, System::Word Value);

Properties

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

Description

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.