ITabProtection.AllowFiltering

Syntax

AllowFiltering: Boolean;

Description

The AllowFiltering property determines whether table auto filtering can be used.

Comments

If the property is set to True, using auto filter in the table is available, even when table protection is enabled.

If this property is set to False, the value of the UserInterfaceOnly property determines whether autofilter can be used only on the kernel level or this option is totally blocked.

By default the property is set to True.

See also:

ITabProtection