Data.DBXStreamPlatform.TDBXJSonRow.SetUInt16

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DBXStreamPlatform.pas
Data.DBXStreamPlatform.hpp
Unit: Data.DBXStreamPlatform
Parent: TDBXJSonRow

Delphi

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

C++

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

Description

Virtual method that sets a Word.

Data.DBXStreamPlatform.TDBXJSonRow.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.