NonEmpty: Boolean;
The NonEmpty property determines whether it is necessary to use the NonEmpty function for data filtering.
If the property is set to True, the NonEmpty function is used for filtering. The function name must be specified in the ICubeExecuteFilterFunctionNonEmpty.Function_ property, and specify selection of the elements, by which values are filtered, in the ICubeExecuteFilterFunctionNonEmpty.Set_ property.
The example of use is given in description of the ICubeExecuteFilterFunctionNonEmpty.Function_ property.
See also: