Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
NewObject or CreateObject or AddObject
Message
 
 
To
27/08/2007 17:20:22
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01250745
Message ID:
01250774
Views:
18
>So, NewObject can be used in either case. AddObject is only used with a container. CreateObject would be used in a non-visual, non-container class. I can use either NewObject or CreateObject in my case then. Why even have CreateObject if NewObject can do the same thing?

The NewObject() allows to specify class library as second parameter. The CreateObject() requires SET CLASSLIB beforehand. You could find that from the help though.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform