IMetabaseDialog.Filters

Syntax

Filters: IMetabaseDialogFilters;

Description

The Filters property returns the collection of filters used in dialog box.

Comments

Filters of this collection enable the user to determine, which objects are available for selecting in the dialog box. If only one filter is added to the collection, only the objects that correspond to this filter condition are available. If several filters are added to the collection, the required filter can be selected during the dialog box work, according to which the list of available objects changes. If several filters are added, during the dialog box work, the system combined filter All Available Objects is also available. This filter will have the 0 index; if it is selected, all objects specified in all added filter settings in the dialog box.

Example

The example of use is given in description of the IMetabaseDialog.FolderFilters property, the IMetabaseDialog.Execute method.

See also:

IMetabaseDialog