Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding a event to an object
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Adding a event to an object
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2000 Server
Divers
Thread ID:
01315742
Message ID:
01315742
Vues:
77
Hi! There

is there any way to add an event, or a listener, or a hook to an already created object?

to be more specific, let's say you have this custom class
define class myClass as custom
     nTest = 0
enddefine
i don't have access to the source code of the class and i need a program fires when the ntest changes or is accessed.

I know there is this access and assign stuff, but once again, don't have access to code.

so, is there any way to add this to the object alredy created?
.......
DO WHILE .T.
      ME.Work()
ENDDO
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform