ICubeMetaLoaderBinding.HasFilter

Syntax

HasFilter: Boolean;

Description

The HasFilter property determines whether there is a filter created by means of attribute factors.

Comments

The property returns True if a factors filter is created for attribute, and False if there is no filter.

Factors filtering can be used for attributes based on dictionaries. The Filter property is used for filter setup. A filter is not created by default. A filter is created on the first addressing the Filter property. If there is no need to use filter, avoid addressing the Filter property in the code. This property is used to check if the created filter is present.

See also:

ICubeMetaLoaderBinding