Data.DBXJSONReflect.TJSONUnMarshal.GetArgStrings

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also