TResponsiveListItemFilterEvent Event Type
Signature for an event that customizes whether an item is retained while filtering.
API unit family: TMSFNCResponsiveList
Parameters
| Name | Description |
|---|---|
Sender |
Component that raises the event. |
AItem |
Item being evaluated by the filter. |
Retain |
Set to True in the handler to keep the item visible regardless of the built-in filter match. |