VFP 9.0 allows creating an object but without INIT. using the following syntax:
Lo = Newobject('MyClass','MyClasslib',0)
Can this technique be used simulate a designer and facilitate the WriteMethod method? If not, does anyone have any "good" proctical uses for this new feature?
Thanks
Glenn
Lo = Newobject('MyClass','MyClasslib',0)
Can this technique be used simulate a designer and facilitate the WriteMethod method? If not, does anyone have any "good" proctical uses for this new feature?
Thanks
Glenn