Data.DBXJSONCommon.TDBXJSONTools.JSONStringToDBX

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Data.DBXJSONCommon.pas
Data.DBXJSONCommon.hpp
Data.DBXJSONCommon TDBXJSONTools


説明

JSON 文字列を ADBXValue に代入します。

クラス メソッド JSONStringToDBX は、指定された ADataType に従って JSON 文字列のテキストを ADBXValue コンテナに代入します。

関連項目