TdxBackendCustomParameter.FromJSON(TJSONObject) Method
Imports parameter data from a JSON object.
Declaration
procedure FromJSON(const AJSONObject: TJSONObject);
Parameters
| Name | Type | Description |
|---|---|---|
| AJSONObject | TJSONObject | A source JSON object populated with parameter data. |
Remarks
Call ToJSON and FromJSON methods to export/import the parameter state to/from a JSON object.
A successful FromJSON procedure call updates all TdxBackendCustomParameter property values from the specified source.
See Also