Table of Contents

TTMSFNCSearchList.OnFilterItem Event

Occurs when an item is evaluated by the active filter.

API unit family: TMSFNCSearchList Declaring type: TTMSFNCSearchList Inherited from: TTMSFNCCustomSearchList

Syntax

OnFilterItem: TFilterItemEvent;

Parameters

Name Description
Sender The search list that raises the event.
AItem The item being filtered.
Retain Set to True to keep the item visible; False hides it.