Table of Contents

TObjectManager.EnableFilter Method

Enables the named query filter for this manager and returns its configuration handle.

Syntax

Unit: Aurelius.Engine.ObjectManager

function TObjectManager.EnableFilter(const FilterName: string): TEnabledFilter;

Parameters

<-> Parameter Type Description
const FilterName string The name of the filter to enable, as declared in the mapping model.

Returns

A TEnabledFilter instance that can be used to set filter parameter values.

See also