company logo

Property :: hasFilter - Has a filter been set

The function returns, whether a filter (selection condition) has been set for a collection property ( true ) or not ( false ).

The function throws an exception, when the property handle is not valid or refers to a property which is not considered as collection.

Return value:  Success ( bool  )

The value is true when the function was executed successfully. Otherwise the value is set to false .

Implementation details

bool Property  :: hasFilter (  )