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