Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change.
All docs
V25.2
  • 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