Data.DBXJSONReflect.TJSONUnMarshal.GetArgStrings

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

Delphi

function GetArgStrings(JsonArray: TJSONArray): TListOfStrings;

C++

TListOfStrings __fastcall GetArgStrings(System::Json::TJSONArray* JsonArray);

プロパティ

種類 可視性 ソース ユニット
function protected
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONUnMarshal


説明

JSON 配列を、文字列の配列に変換します。

GetArgStrings メソッドは、JSON 配列を、文字列の配列に変換します。

関連項目