Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Beta testers wanted ObjRef
Message
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00156806
Message ID:
00157515
Views:
33
ObjRef Version 0.3 now available.

There is an optional logical argument, plAllObjects, to the routine now (I'll put a UI on it later) .T., the default if not passed, will list all memvar objects. .F. it will only list object references that are pointing internal to the containership hierarchy of another object..

ox = createobject( "form" )
ox.AddObject( "command1", "commandbutton" )
oy = ox.command1

ObjRef( .t. ) && will show both ox and oy
ObjRef( .f. ) && will show only oy

Click here to download OBJREF.ZIP 0.3
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform