TTMSFNCTableView.MatchFilter Method
Returns whether an item matches the active filter.
API unit family: TMSFNCTableView
Declaring type: TTMSFNCTableView
Inherited from: TTMSFNCCustomTableView
Syntax
function MatchFilter(AItem: TTMSFNCTableViewItem): Boolean; virtual;
Parameters
| Name | Description |
|---|---|
AItem |
Table view item affected by the operation. |
Returns
True when the condition is met; otherwise False.