TdxBackendCustomParameters<T>.FromJSON(TJSONArray) Method
Clears the collection and repopulates it with parameters based on source JSON data.
Declaration
procedure FromJSON(const AJSONArray: TJSONArray);
Parameters
| Name | Type | Description |
|---|---|---|
| AJSONArray | TJSONArray | The source JSON array populated with previously exported parameter data. |
Remarks
Call ToJSON and FromJSON methods to import/export parameters in the JSON format.
See Also