TTMSFNCListBoxFilterData Class
A single filter rule in
TTMSFNCListBoxFilter, specifying a match condition, optional prefix/suffix, case-sensitivity, and logical operator.
API unit family: TMSFNCListBox
Inherits from: TCollectionItem
Syntax
TTMSFNCListBoxFilterData = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| CaseSensitive | When True, the condition text match is case-sensitive. |
| Condition | The text pattern an item must contain (or match) to be shown when this filter rule is active. |
| Operation | Logical operator applied when combining this condition with others in the filter collection. |
| Prefix | Optional text prepended to each item text before the condition is evaluated. |
| Suffix | Optional text appended to each item text before the condition is evaluated. |