Data.DBXJSONCommon.TDBXJSONTools.ValueTypeToJSON

From RAD Studio API Documentation
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