Is there a bug in the documentation?
Add TMS.MI.MainForm
Create the form somewhere in your code as shown next:
TMS.MI.MainForm.GetInstance.Show;
->
Add TMS.MI.MainForm
Create the form somewhere in your code as shown next:
TMS.MI.MainForm.TTMSMIMainForm.GetInstance.Show;;
Is this the right usage?
Björn