Data.DBXStreamPlatform.TDBXJSonRow.SetUInt16
Delphi
procedure SetUInt16(DbxValue: TDBXUInt16Value; Value: Word); override;
C++
virtual void __fastcall SetUInt16(Data::Dbxcommon::TDBXUInt16Value* DbxValue, System::Word Value);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
procedure function |
protected | Data.DBXStreamPlatform.pas Data.DBXStreamPlatform.hpp |
Data.DBXStreamPlatform | TDBXJSonRow |
Beschreibung
Virtuelle Methode zum Setzen eines Word-Wertes.
Data.DBXStreamPlatform.TDBXJSonRow.SetUInt16 erbt von Data.DBXCommon.TDBXRow.SetUInt16. Der folgende Inhalt bezieht sich auf Data.DBXCommon.TDBXRow.SetUInt16.
Virtuelle Methode zum Setzen eines Word-Wertes.
Die Methode SetUInt16 wird standardmäßig eine Ausnahme auslösen. Die TDBXRow-Nachkommen sollten diese Methode implementieren, um einen Word-Wert für ihre Zeile zu setzen.