Back to Devexpress

TdxBackendCustomParameters<T>.FindParam(string) Method

vcl-dxbackend-dot-parameters-dot-tdxbackendcustomparameters-1-dot-findparam-x28-system-dot-string-x29.md

latest1.7 KB
Original Source

TdxBackendCustomParameters<T>.FindParam(string) Method

Returns the stored parameter with the specified name.

Declaration

delphi
function FindParam(const AName: string): T;

Parameters

NameTypeDescription
ANamestring

The name of the target parameter stored within the collection.

|

Returns

TypeDescription
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

TdxBackendCustomParameters.Items Property

TdxBackendCustomParameters.ParamByName Property

TdxBackendCustomParameters<T> Class

TdxBackendCustomParameters<T> Members

dxBackend.Parameters Unit