Collection of named text sources whose values are substituted into rule text before a rule is applied. (inherited from TTMSFNCCustomFilterRulesManager)
Adds a text-source entry that substitutes {APlaceholderName} in FilterText and ItemsPath with the value of APropertyName on ASource at Apply time; returns Self for chaining. (inherited from TTMSFNCCustomFilterRulesManager)
Adds an equals-condition rule with no action; the caller adds actions via the returned rule; AApply defaults to False. (inherited from TTMSFNCCustomFilterRulesManager)
Applies active rules whose Name matches APattern using SQL-LIKE wildcards (% = any sequence, _ = one char); prefix with ! to invert the match. (inherited from TTMSFNCCustomFilterRulesManager)
Upserts a disable rule that sets Enabled=False on match and Enabled=True on no-match; applies immediately when AApply is True (default). (inherited from TTMSFNCCustomFilterRulesManager)
Upserts an enable rule that sets Enabled=True on match and Enabled=False on no-match; applies immediately when AApply is True (default). (inherited from TTMSFNCCustomFilterRulesManager)
Upserts a visibility rule that sets Visible=False on match, Visible=True on no-match and when inactive; applies immediately when AApply is True (default). (inherited from TTMSFNCCustomFilterRulesManager)
Upserts a visibility rule that sets Visible=True on match and Visible=False on no-match; applies immediately when AApply is True (default). (inherited from TTMSFNCCustomFilterRulesManager)