Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Methods that come first in forms
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00264265
Message ID:
00264442
Vues:
21
Moises,

Release is a method and the others you listed are events. Events fire automatically on something happening, methods are called by code. The release method has the default behavior of releasing the form or object it belongs to, so when you call it it will start the destruction sequence of events.

You need to get events and methods separated in your head as they behave very differently.

As for your test, using wait window, you are affecting the sequence because you are creating a new window and causing a focus shift.

A better way to study the sequence of events is to use the Event Tracking facility of the debugger.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform