Einzelnen Beitrag anzeigen

pastra

Registriert seit: 23. Jun 2006
21 Beiträge
 
#6

Re: How to create Eg. Ten instaces of the same form?

  Alt 14. Jul 2006, 18:23
Zitat von mkinzler:
Have you declared the global Array?
Sorry for NOT reading therrorly enough what you worte..

Got it working nicely by:

Delphi-Quellcode:
var
  Formz: array[1..10] of TForm1;
(Had to use Z insted og s but that is just a minor detail..


Thank's to all for the fast reply's..


Regards Pastra
  Mit Zitat antworten Zitat