API:Data.DBXCommon.TDBXJSONValue.SetJSONValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetJSONValue(const Value: TJSONValue; const AInstanceOwner: Boolean); override;

C++

virtual void __fastcall SetJSONValue(System::Json::TJSONValue* const Value, const bool AInstanceOwner);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXJSONValue

Description

Définit la valeur JSON de ce TDBXWritableValue et met à jour les données de ligne.

Data.DBXCommon.TDBXJSONValue.SetJSONValue hérite de Data.DBXCommon.TDBXWritableValue.SetJSONValue. Tout le contenu en-dessous de cette ligne se réfère à Data.DBXCommon.TDBXWritableValue.SetJSONValue.

Définit la valeur JSON de ce TDBXWritableValue et met à jour les données de ligne.

Voir aussi