TTMSFNCFilterRule.AddEnableAction Method
Adds an Enabled action: True on match, False on no-match; returns Self for chaining.
API unit family: TMS.TMSFNCFilterRulesManager
Declaring type: TTMSFNCFilterRule
Syntax
function AddEnableAction(AMatchEnabled: Boolean = True): TTMSFNCFilterRule;
Parameters
| Name | Description |
|---|---|
AMatchEnabled |
Enabled state applied when the filter matches; the opposite is applied on no-match. |
Returns
Self for method chaining.