TEnabledFilterParam Class
Represents a single named parameter value attached to an enabled filter.
Remarks
Instances are created and managed internally by TEnabledFilter when parameters are set via TEnabledFilter.SetParam.
Syntax
Unit: Aurelius.Mapping.EnabledFilters
TEnabledFilterParam = class(TObject);
Properties
| Name | Description |
|---|---|
| ParamDefIndex | Returns the zero-based index of this parameter in the filter definition's parameter list. |
| ParamName | Returns the name of the filter parameter. |
| Value | Returns the runtime value assigned to this parameter. |