TdxBackendCustomParameters<T>.FindParam(string) Method
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 The function returns |
Remarks
Call the FindParam function to access a stored parameter with the specified name.
See Also