however when I put similar code in my application I get an error: Parameters are not compatible with this function
If I change it as follows I get no compile error:
win2 = new Window2
I can not find anything in the documentation which explain what the (win1) does.
[quote=79638:@James A Smith]
I can not find anything in the documentation which explain what the (win1) does.
Help Please?[/quote]
Any time you see a line like
something = NEW whatever
thats a tip off that you’re probably interested in a CONSTRUCTOR in that class
See User Guide Fundamentals - Constructors & Destructors