TdxBackendCustomParameters<T>.ToJSON Method
Exports the parameter collection in the JSON format.
Declaration
function ToJSON: TJSONArray;
Returns
| Type | Description |
|---|---|
| TJSONArray | A JSON array populated with data on all stored parameters. |
Remarks
Call ToJSON and FromJSON methods to import/export parameters in the JSON format.
See Also