Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Identifying properties
Message
 
À
01/05/1998 07:11:03
Allen Hanna
H. A. Hanna Associates
Indianola, Indiana, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00096229
Message ID:
00101653
Vues:
22
Allen,

You could do it by simpifying the parameters and calling the external function with the actual object. Then you can get access to all properties, methods, parents, etc.

Ex:
ExternalFunction( This )


function External Function
lparameters loFromObject

*/ Get object hierarchy that you can later parse
*/ as you need
lcHierarcy = sys(1272, loFromObject)

*/ Then you can get anything else from the object
loFromObject.Parent
loFromObject.Parent.OtherButton.Click()
loFromObject.OtherProperty
etc.
etc.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform