REST.JsonReflect.TJSONUnMarshal.GetArgStrings

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetArgStrings(JsonArray: TJSONArray): TListOfStrings;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function protected
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TJSONUnMarshal


Description

Transforme l'argument JsonArray spécifié en tableau de chaînes.

Voir aussi