TTMSFNCFilterRuleColumns Class
Ordered collection of TTMSFNCFilterRuleColumn items for a filter rule.
API unit family: TMS.TMSFNCFilterRulesManager
Inherits from: TCollection
Syntax
TTMSFNCFilterRuleColumns = class(TCollection)
Properties
| Name | Description |
|---|---|
| Items | Provides indexed access to the column items in this collection. |
Methods
| Name | Description |
|---|---|
| Add | Adds a new column item to the collection and returns it. |
| GetItem | Returns the column item at the specified index. |
| SetItem | Replaces the column item at the specified index. |