Data.DBXJSONCommon.TDBXJSONTools.JSONStringToDBX

提供: RAD Studio API Documentation
2015年1月11日 (日) 13:40時点におけるHonji (トーク | 投稿記録)による版 (1版: LOC-17081/2015.01.09. DocWikiPages_JA)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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 コンテナに代入します。

関連項目