Skip to main content
All docs
V25.2
  • TdxBackendCustomInMemoryJSONConnection.SetJSONValue(string) Method

    Sets component data to the specified JSON value.

    Declaration

    procedure SetJSONValue(const AJSONValue: string);

    Parameters

    Name Type Description
    AJSONValue string

    The specified JSON value.

    Remarks

    Call the SetJSONValue procedure and pass the required JSON data string to replace existing content stored in the component.

    See Also