Data.DBXJSONCommon.TDBXJSONTools.DBXToJSON

From RAD Studio API Documentation
Revision as of 23:12, 16 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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);

Properties

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

Description

Creates a JSON representation of a DBX value.

The DBXToJSON method converts a JSON object to a DBX value.

The following table lists the parameters of the JSONToDBX method.



Parameter Meaning

Data

JSON value; never null

Value

DBX value container

DataType

DBX expected type



See Also