Data.DBXJSONCommon.TDBXJSONTools.DBXToJSON

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class function DBXToJSON(const Value: TDBXValue; const DataType: Integer; const IsLocalConnection: Boolean): TJSONValue; static;

C++

static System::Json::TJSONValue* __fastcall DBXToJSON(Data::Dbxcommon::TDBXValue* const Value, const int DataType, const bool IsLocalConnection);

Propriétés

Type Visibilité  Source Unité  Parent
function public
Data.DBXJSONCommon.pas
Data.DBXJSONCommon.hpp
Data.DBXJSONCommon TDBXJSONTools

Description

Crée une représentation JSON d'une valeur DBX.

La méthode DBXToJSON convertit un objet JSON en une valeur DBX.

Le tableau suivant liste les paramètres de la méthode DBXToJSON.



Paramètre Signification

Data

Valeur JSON ; jamais null

Value

Conteneur de valeur DBX

DataType

Type attendu DBX



Voir aussi