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>.FindParam(string) Method

    Returns the stored parameter with the specified name.

    Declaration

    function FindParam(const AName: string): T;

    Parameters

    Name Type Description
    AName string

    The name of the target parameter stored within the collection.

    Returns

    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.

    Remarks

    Call the FindParam function to access a stored parameter with the specified name.

    See Also