Data.DBXStreamPlatform.TDBXJSonRow.SetUInt16

From RAD Studio API Documentation

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXStreamPlatform.pas
Data.DBXStreamPlatform.hpp
Data.DBXStreamPlatform TDBXJSonRow

Description

Virtual method that sets a Word. {{#multireplace:Data.DBXStreamPlatform.TDBXJSonRow.SetUInt16|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXCommon.TDBXRow.SetUInt16|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DBXCommon.TDBXRow.SetUInt16|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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.