Table of Contents

TTMSFNCTableViewFilterData Class

Single filter rule defining a condition, operation, and optional prefix/suffix constraints.

API unit family: TMSFNCTableView Inherits from: TCollectionItem

Syntax

TTMSFNCTableViewFilterData = class(TCollectionItem)

Properties

Name Description
CaseSensitive When True, the condition comparison is case-sensitive.
Condition Text or pattern that items must match for this filter rule.
Operation Logical operation used to combine this rule with adjacent filter rules.
Prefix Required prefix that item text must begin with to satisfy this filter rule.
Suffix Required suffix that item text must end with to satisfy this filter rule.

Used by