Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Instantiate a class in code
Message
From
23/03/2024 17:27:00
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
01687754
Message ID:
01687766
Views:
67
>Typically - in my VFP9 application - business classes are instantiated in the LOAD of the form. I usually drop the class object on the form - at design time - and the class is instantiated automatically in the LOAD of the form.
>
>Now I need to instantiate an object of a class in code (in a PRG file). So far, the only way I found I could do it is as follows:
>
Not enough detail WHY you need to do it in code, as this might decide your decision.
If the ONLY reason is that during the runtime the class gets identified,
.AddObject() on the form or a subclass is better as object cleanup is handled via garbage collection.

If you have to exchange this object, the .addproperty() is similar to createobject() or newobject()
insofar as cleanup is concerned.

HTH
thomas
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform