TTMSFNCTreeViewFilterData Class
Defines a single filter rule applied to a specific column during tree node filtering.
API unit family: TMSFNCTreeViewData
Inherits from: TCollectionItem
Syntax
TTMSFNCTreeViewFilterData = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| CaseSensitive | True uses case-sensitive matching. Default: True. |
| Column | Zero-based index of the column this filter rule applies to. |
| Condition | Filter condition string; supports wildcards and partial-match patterns. |
| Operation | Logical operation used to combine this filter rule with the next one in the collection. |
| Prefix | Required prefix on the cell value for this filter rule to match. |
| Suffix | Required suffix on the cell value for this filter rule to match. |