Post by Dmitry I can't find how determine when IDE is loaded.
Depends on which part you mean. If you mean when the main form is completely loaded, previously I have used a thread to check when Application.MainForm.Active becomes True.
Post by Dmitry I can't find how determine when IDE is loaded.
Depends on which part you mean. If you mean when the main form is completely loaded, previously I have used a thread to check when Application.MainForm.Active becomes True.
I mean when IDE is just loaded and there may be no opened projects.
Post by Michael Harris Wizards are loaded just prior to previously open project & | files <?> So if your wizard is loaded..... -- Michael "Dmitry" wrote in message
Post by Dmitry I mean when IDE is just loaded and there may be no opened projects.
I guess they are loaded according to how their registry entries are organized. Generally speaking, you should not write any code that relies on a specific loading order. If you take a look around, nearly all experts for Delphi follow this rule.
Continue reading on narkive:
Search results for 'IDE loaded' (Questions and Answers)