Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Checking wehter an object exists?
Message
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00481248
Message ID:
00481655
Views:
12
Hi Vincent.

>> Is there any way to check wether an object exists? f.e, How can i knbow wether the object thisform.txtlabel exists on my form or not? <<

If you are absolutely, positively, without a doubt sure that Thisform exists, you can use VARTYPE( Thisform.txtLabel ). VARTYPE was introduced in VFP 6.0 and is faster than TYPE().

Marcia
Previous
Reply
Map
View

Click here to load this message in the networking platform