Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Looking for a specific type of object
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00091531
Message ID:
00091542
Views:
15
>Is there a way to determine if an object of a particular class already exists in memory. I'm not looking to TYPE() an object. I want to be able to determine if an instance of class ABC is already in memory. It may be called goMyObject or goYourObject, who knows. I just want to be able to identify any objects in memory of type ABC.
>
>That make sense?
>
>Thanks.

hello

what about checking for TYPE('goMyObject') = 'O'
Previous
Reply
Map
View

Click here to load this message in the networking platform