TEnabledFilter.SetParam Method
Sets or replaces the value of the named filter parameter.
Remarks
Raises an exception if ParamName is not declared in the filter definition.
Syntax
Unit: Aurelius.Mapping.EnabledFilters
function TEnabledFilter.SetParam(const ParamName: string; const Value: TValue): TEnabledFilter;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | ParamName | string | The name of the parameter to set, as declared in the filter definition. |
| const | Value | TValue | The runtime value to assign to the parameter. |
Returns
The current TEnabledFilter instance to allow method chaining.