Hi Martin, This is only suggestion because I'm solving such things with timers but I noticed that you like add new stuff ;) . I have TStringEdit used for filters. Filter do some time consuming stuff (SQL query on big database) so do this on each user typed char is overloaded. I have implemented "delayed" OnChange using timer. My fake OnChange is called after N (e.g 300 milliseconds) when user stop typing. Very handy. Maybe you want to implement it or create new TDelayedEdit or something like that. It is not "must need" because already solved it by timers. There are two exceptions where OnChange is called immediately: 1. User press ENTER 2. User click on "clear" button
Regards ------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

