Case insensitive search in table view

Having a table view's Searching options set to Mode=smSearching and ScrollMode=ssmSelect, how can I search in a case insensitive manner?

Hi, 


You can use the OnIsItemInFilterCondition and set AIsItemFilter true for items that match the condition. The AText parameter contains the search string, ASection and ARow can be used to fetch the item.

Kind Regards, 
Pieter