I have a multi-threaded, single-session MDI application. It executing a queue of several threads pertaining to different MDIChilds. OracleSession belongs to MDIForm. I need to break execution of the threads, wich belongs to one MDIChild, while other threads still in queue. How to do it ?

PS. Excuse me for my English.