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.

    The function returns nil (in Delphi) or nullptr (in C++Builder) if the collection contains no parameter with the name that matches the AName parameter value.

    See Also