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
  • 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