Data.DBXJSONReflect.TJSONUnMarshal.GetArgStrings
Delphi
function GetArgStrings(JsonArray: TJSONArray): TListOfStrings;
C++
TListOfStrings __fastcall GetArgStrings(System::Json::TJSONArray* JsonArray);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp |
Data.DBXJSONReflect | TJSONUnMarshal |
Description
Transforms a JSON array into an array of strings.
The GetArgStrings method transforms a JSON array into an array of strings.