I'll rephrase the first part :)
you can use vcl in other thread, but you will have to call "synchronize" so that it will be accessed from main thread.
the idea is that you cannot run/access vcl from another trhead then main.
so in your case, you cannot show a form in another thread.
I hope this time is clear and correct :)
Main Topics
Browse All Topics





by: ciulyPosted on 2005-10-04 at 06:18:11ID: 15013543
you cannot use vcl in another thread. vcl related will always be executed in the main thread.
what you can do is move the sql operations in another thread and leave the form in the main thread