[Lazarus] Does the LCL have buit in ability to close all processes started by the main program when it closes?

2011-10-24 Thread Frank Church
Does the LCL have buit in ability to close all processes started by the main program when it closes? -- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Does the LCL have buit in ability to close all processes started by the main program when it closes?

2011-10-24 Thread zeljko
On Tuesday 25 of October 2011 07:48:56 Frank Church wrote: Does the LCL have buit in ability to close all processes started by the main program when it closes? If you use pipes/sockets yes, if you track newly created processes you can kill them also ... but there's not builtin ability to do