TdxBackendCustomParameters<T>.ParamByName(string) Method
Declaration
function ParamByName(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 ParamByName function to access a stored parameter with the specified name. The ParamByName function raises an exception if the collection stores no parameter with the specified name.
See Also