Data.DBXStreamPlatform.TDBXJSonRow.SetUInt16

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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

Description

Méthode virtuelle qui définit une valeur Word.

Data.DBXStreamPlatform.TDBXJSonRow.SetUInt16 hérite de Data.DBXCommon.TDBXRow.SetUInt16. Tout le contenu en-dessous de cette ligne se réfère à Data.DBXCommon.TDBXRow.SetUInt16.

Méthode virtuelle qui définit une valeur Word.

Par défaut, la méthode SetUInt16 déclenchera une exception. Les descendants de TDBXRow doivent implémenter cette méthode si ceux-ci veulent renvoyer une valeur Word depuis leur ligne.