TTMSFNCTileList.OnFilter Event
Occurs while filtering items and allows the filter text or match result to be changed.
API unit family: TMSFNCTileList
Declaring type: TTMSFNCTileList
Inherited from: TTMSFNCCustomTileList
Syntax
OnFilter: TTMSFNCTileListItemFilterEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Object that triggered the event. |
AFilter |
Filter text that can be changed by the handler. |
AAllow |
Set to False to reject the current item for the filter pass. |