Table of Contents

TTMSFNCFilterRuleActions.AddEnableAction Method

Adds an Enabled action: True on match, False on no-match; returns Self for chaining.

API unit family: TMS.TMSFNCFilterRulesManager Declaring type: TTMSFNCFilterRuleActions

Syntax

function AddEnableAction(AMatchEnabled: Boolean = True): TTMSFNCFilterRuleActions;

Parameters

Name Description
AMatchEnabled Enabled state applied when the filter matches; the opposite is applied on no-match.

Returns

Self for method chaining.