TFilterDefinition.FindParam Method
Returns the parameter definition with the given name, or nil if not found.
Syntax
Unit: Aurelius.Mapping.Metadata
function TFilterDefinition.FindParam(const ParamName: string): TFilterParamDef;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | ParamName | string | The parameter name to search for. |
Returns
The matching TFilterParamDef, or nil if no parameter with that name exists.