Data.DBXJSONCommon.TDBXJSONTools.ValueTypeToJSON

From RAD Studio API Documentation
Revision as of 09:55, 17 November 2015 by AChavesBot (talk | contribs) (RS-71941)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

class function ValueTypeToJSON(const DataType: TDBXValueType): TJSONArray; static;

C++

static System::Json::TJSONArray* __fastcall ValueTypeToJSON(Data::Dbxcommon::TDBXValueType* const DataType);

Properties

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

Description

Returns the JSON value equivalent to a TDBXValueType instance.

The ValueTypeToJSON method returns the JSON value equivalent to the TDBXValueType instance received through the DataType parameter.

See Also