IHierarchyFilter Interface : SetXFilter Method |
If True, the filter specifies the set of objects where the conditions for the first entity and for the second entity are all true.
If False, the filter specifies the set of objects where the conditions for the first entity are true and the conditions for the second entity are not true.
Visual Basic |
---|
Public Sub SetXFilter( _ ByVal CrossEntities As String, _ ByVal Inclusive As Boolean, _ ByVal FilterText As String _ ) |
If True, the filter specifies the set of objects where the conditions for the first entity and for the second entity are all true.
If False, the filter specifies the set of objects where the conditions for the first entity are true and the conditions for the second entity are not true.
The best way to ensure that the Filter text is valid, is to create a TDFilter with the cross-filter conditions, and use its Text property as this value.