Data.DBXJSONCommon.TDBXJSONTools.JSONStringToDBX
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXJSONCommon.pas Data.DBXJSONCommon.hpp
| |
Unit: Data.DBXJSONCommon | |
Parent: TDBXJSONTools |
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);
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