TTMSFNCFilterRules Class
Ordered collection of TTMSFNCFilterRule items owned by a filter rules manager.
API unit family: TMS.TMSFNCFilterRulesManager
Inherits from: TOwnedCollection
Syntax
TTMSFNCFilterRules = class(TOwnedCollection)
Properties
| Name | Description |
|---|---|
| Items | Provides indexed access to the rule items in this collection. |
Methods
| Name | Description |
|---|---|
| Add | Adds a new rule item to the collection and returns it. |
| Clear | Removes all rules from the collection and returns Self for chaining. |
| GetItem | Returns the rule item at the specified index. |
| SetItem | Replaces the rule item at the specified index. |