Check at TDataSet row against a filter string
I am using a DevExpress TdxMemData in memory TDataSet descendant. While it has Filtered: Boolean and Filter: String properties, it doesn't appear to actually do anything with them automatically, instead relying on the result of the OnFilterRecord event's Accept parameter. So what I am looking for is a way (maybe it is in TdxMemData o...