TTMSFNCTreeViewFilterOperation Enumeration
Specifies the logical operation used to combine adjacent filter rules when evaluating node visibility.
API unit family: TMSFNCTreeViewData
Members
| Name | Description |
|---|---|
tfoSHORT |
Short-circuit filter: evaluation stops as soon as this condition matches. |
tfoNONE |
No logical combination with adjacent filter items. |
tfoAND |
Combines this filter with the next using a logical AND. |
tfoXOR |
Combines this filter with the next using a logical XOR. |
tfoOR |
Combines this filter with the next using a logical OR. |