Article ID: 136695
Article Last Modified on 8/11/1999
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
This article was previously published under Q136695
SUMMARY
This article explains the sequence of the Load, Init, Destroy, and Unload
events, and it gives points to consider when writing user code for these
events. The Load event occurs before the controls on a form are created,
whereas the Init event occurs after the controls on a form are created.
When a form is released, the Destroy event occurs before the controls on a
form are released, and the Unload event occurs after the controls on a form
are released.
Additional query words: VFoxWin
Keywords: KB136695