Table of Contents

TTMSFNCFilterRulesManager.ApplyActiveRules Method

Applies active rules whose Name matches APattern using SQL-LIKE wildcards (% = any sequence, _ = one char); prefix with ! to invert the match.

API unit family: TMS.TMSFNCFilterRulesManager Declaring type: TTMSFNCFilterRulesManager Inherited from: TTMSFNCCustomFilterRulesManager

Syntax

procedure ApplyActiveRules(const APattern: string);

Parameters

Name Description
APattern SQL-LIKE pattern matched against each rule's Name; prefix with ! to invert.