TMoneyTable filtering

Q: It seems component does not filter any data. I set properties

Filter:= 'ReadOnly=False' and Filtered:= True

A: There is implemented no Filter expression evaluator in basic component TDBMoney. Instead procedures are called in MON2DFLT.DLL library. For this library full source code is included. If you need implement filter based on Filter property you must write evaluator to DLL.