TdxBackendCustomParameter.ToJSON Method
Exports parameter data in the JSON format.
Declaration
function ToJSON: TJSONObject;
Returns
| Type | Description |
|---|---|
| TJSONObject | A JSON object populated with parameter data. |
Remarks
Call ToJSON and FromJSON methods to export/import the parameter state to/from a JSON object.
See Also