TTMSFNCListBoxFilterOperation Enumeration
Logical operator applied when combining multiple filter conditions in
TTMSFNCListBoxFilter.
API unit family: TMSFNCListBox
Members
| Name | Description |
|---|---|
lfoSHORT |
Short-circuit evaluation: stops at the first matching condition. |
lfoNONE |
No operation — the condition is ignored. |
lfoAND |
AND — item passes only when it satisfies this and all previous conditions. |
lfoXOR |
XOR — item passes when it satisfies exactly one of the combined conditions. |
lfoOR |
OR — item passes when it satisfies this or any previous condition. |