HI, Andrew...
How can I add a runtime created panel (AddPanel....) to a FormEXDesktop form created with NEW1 method (inherited form)???
I'm Creating it after the FormEXDesktop New1 method, sould I create it before, or must I have all the inheritable controls created in the designer?
EDIT:
Using the AddPanel BEFORE the FormEXDesktop NEW1 method works...
just need to remember that...
How can I add a runtime created panel (AddPanel....) to a FormEXDesktop form created with NEW1 method (inherited form)???
I'm Creating it after the FormEXDesktop New1 method, sould I create it before, or must I have all the inheritable controls created in the designer?
EDIT:
Using the AddPanel BEFORE the FormEXDesktop NEW1 method works...
just need to remember that...
Last edited: