TObjectManager.DisableFilter Method
Disables the named query filter for this manager.
Syntax
Unit: Aurelius.Engine.ObjectManager
procedure TObjectManager.DisableFilter(const FilterName: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | FilterName | string | The name of the filter to disable. |