Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding a event to an object
Message
De
08/05/2008 14:48:04
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2000 Server
Divers
Thread ID:
01315742
Message ID:
01315931
Vues:
31
>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?

Use the Access or Assign methods. Then in the Access or Assign method use RaiseEvent command to raise an event. Now use bindevent to bind to the event that is raised.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform