Table of Contents

TTMSFNCTableViewFilterOperation Enumeration

Specifies how a filter rule's result is combined with the result of the preceding rules. tvfoSHORT short-circuits evaluation, stopping the filter chain when the rule does not match; tvfoNONE ignores the preceding result and uses this rule's result as-is; tvfoAND combines with a logical AND; tvfoXOR combines with a logical XOR; tvfoOR combines with a logical OR.

API unit family: TMSFNCTableView

Members

Name Description
tvfoSHORT
tvfoNONE
tvfoAND
tvfoXOR
tvfoOR