Open main menu

RAD Studio API Documentation β

Data.DBXJSONCommon.TDBXJSONTools.JSONStringToDBX

Delphi

class procedure JSONStringToDBX(const AStringValue: string;
const ADBXValue: TDBXWritableValue; const ADataType: Integer); static;

C++

static void __fastcall JSONStringToDBX(const System::UnicodeString AStringValue, Data::Dbxcommon::TDBXWritableValue* const ADBXValue, const int ADataType);

Properties

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

Description

Assigns a JSON string to the ADBXValue.

The JSONStringToDBX class method assigns the text from a JSON string to the ADBXValue container according to the specified ADataType.

See Also