When I use TTMSFMXTableViewEx with dark themes and I set AdaptToStyle the Search box is drawn white and the text is white. I found how to change the color of the search box with .GetSearchEdit.GetBackGround.Fill.Kind: = TBrushKind.None but the adaptation of TTMSFMXTableViewEx to the current style might be improved.
There is also a border around the header of the search box and around the entire control that I would like to remove but I did not find where.
Unfortunately premium fmx styles have a different way of providing style information, some default controls are not styled, we are also not able to extract the necessary information from those styles. There are many differences between IDEs and some styles even generate memory leaks. We have focused mainly on the default FMX Styles.