Data.DBXJSONReflect.TJSONUnMarshal.GetArgStrings

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Unit: Data.DBXJSONReflect
Parent: TJSONUnMarshal

Delphi

function GetArgStrings(JsonArray: TJSONArray): TListOfStrings;

C++

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

Description

Transforms a JSON array into an array of strings.

The GetArgStrings method transforms a JSON array into an array of strings.

See Also