Skip to main content
All docs
V25.2
  • TdxBackendCustomParameters<T>.ParamByName Property

    Returns the stored parameter with the specified name.

    Declaration

    property ParamByName[const AName: string]: T read; default;

    Property Value

    Type Description
    T

    The parameter with the name matching the AName parameter value.

    If the collection contains no parameter with the name that matches the AName parameter value, an exception is thrown.

    See Also