TdxBackendCustomParameters<T>.ParamByName Property
Declaration
property ParamByName[const AName: string]: T read; default;
Property Value
| Type | Description |
|---|---|
| T | The parameter with the name matching the If the collection contains no parameter with the name that matches the |
See Also