Best Form for siLangDispatcher

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
TariqChanggez
Posts: 7
Joined: Sun Sep 18, 2005 3:32 pm

Best Form for siLangDispatcher

Post by TariqChanggez »

I have placed siLangDispatcher on the Main form of an MDI application. Now I have to include this Main form to every other form that refers to siLangDispatcher. The Main form itself is quite heavy.

In terms of performance is it OK to keep siLangDispatcher on the Main form, or I should place it on a DataModule and then include this DataModule on every other form. Please note that I don't have a DataModule in this application, and if needed be, I will add it only for this purpose.
isiticov
Site Admin
Posts: 2385
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

You can keep it on main form. Since it is available all the time application running. There won't be any performance leaks.
Best regards,
Igor Siticov.
Post Reply