Table of Contents

TTMSFNCCustomTableView.MatchFilter Method

Returns whether an item matches the active filter.

API unit family: TMSFNCTableView Declaring type: 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.