TTMSFNCFilterRuleActions Class
Collection of TTMSFNCFilterRuleAction items that define property assignments for a filter rule.
API unit family: TMS.TMSFNCFilterRulesManager
Inherits from: TOwnedCollection
Syntax
TTMSFNCFilterRuleActions = class(TOwnedCollection)
Remarks
All chainable helpers return Self so multiple actions can be built in a fluent chain.
Properties
| Name | Description |
|---|---|
| Items | Provides indexed access to the action items in this collection. |
Methods
| Name | Description |
|---|---|
| Add | Adds a new action item to the collection and returns it. |
| AddDisableAction | Adds a disable action: Enabled=False on match, Enabled=True on no-match; returns Self for chaining. |
| AddEnableAction | Adds an Enabled action: True on match, False on no-match; returns Self for chaining. |
| AddVisibilityAction | Adds a Visible action: True on match, False on no-match; returns Self for chaining. |
| GetItem | Returns the action item at the specified index. |
| SetItem | Replaces the action item at the specified index. |