|
-
Oct 3rd, 2000, 01:50 AM
#1
Thread Starter
Lively Member
Whats the difference between
form_unload
form_queryunload
form_terminate
form_deactivate?
Thanks
deju
-
Oct 3rd, 2000, 02:05 AM
#2
Hyperactive Member
unload
Event occurs when the form is actually unloaded from memory
queryunload
When you are "about" to unload this is run. If you set the Cancel parameter then it will actually "abort" the unload from happening. So you are "querying to unload"
terminate
NOt 100% sure but I think it is before the form is unloaded
deactivate
You can hide forms and then re-show them. The deactivate happens when you hide the form I think.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|