Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Beta testers wanted ObjRef
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00156806
Message ID:
00157515
Vues:
30
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform