TTMSFNCFilterRule.CallBackAction Event
Callback fired for every item while the rule is active, before action-based property assignments.
API unit family: TMS.TMSFNCFilterRulesManager
Declaring type: TTMSFNCFilterRule
Syntax
CallBackAction: TTMSFNCFilterRuleApplyCallBackEvent;
Parameters
| Name | Description |
|---|---|
ARule |
The rule currently being applied. |
AItem |
The item being evaluated. |
AIndex |
Zero-based position of the item in the resolved collection; 0 when the rule targets the source component directly. |
AMatched |
True when the filter expression evaluated to True for this item. |