TTMSFNCTableViewFilterOperation Enumeration
Specifies how a filter rule's result is combined with the result of the preceding rules.
tvfoSHORTshort-circuits evaluation, stopping the filter chain when the rule does not match;tvfoNONEignores the preceding result and uses this rule's result as-is;tvfoANDcombines with a logical AND;tvfoXORcombines with a logical XOR;tvfoORcombines with a logical OR.
API unit family: TMSFNCTableView
Members
| Name | Description |
|---|---|
tvfoSHORT |
|
tvfoNONE |
|
tvfoAND |
|
tvfoXOR |
|
tvfoOR |