System.JSON.TJSONMapper.FromArray
Delphi
function FromArray(const AValue: TJSONArray): TArray<T>; overload;
function FromArray(const AValue: string): TArray<T>; overload;
C++
System::DynamicArray<T> __fastcall FromArray(TJSONArray* const AValue)/* overload */;
System::DynamicArray<T> __fastcall FromArray(const System::UnicodeString AValue)/* overload */;
Propriétés
| Type | Visibilité | Source | Unité | Parent | 
|---|---|---|---|---|
| function | public | System.JSON.pas System.JSON.hpp | System.JSON | TJSONMapper | 
Description
Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !