Table of Contents

TEnabledFilter.ParamByName Method

Returns the TEnabledFilterParam for the given parameter name.

Remarks

Raises an exception if no parameter with ParamName has been set.

Syntax

Unit: Aurelius.Mapping.EnabledFilters

function TEnabledFilter.ParamByName(const ParamName: string): TEnabledFilterParam;

Parameters

<-> Parameter Type Description
const ParamName string The name of the parameter to retrieve.

Returns

The TEnabledFilterParam with the given name.

See also