Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Quit function

Status
Not open for further replies.

kris242

Programmer
May 21, 2001
4
0
0
US
How do I find QUIT function to quit the objects??

thanks
kris242
 
hi

instead of QUIT, you might as use form.Hide, Unload form etc..

Amit
 
Objects with QUIT methods (name could be anything the developer chose) have a reference to themselves inside the object so they do not go away automatically because the last reference gets set to nothing. This is how Office Applications are set up. "ordinary" objects are terminated when the last reference to the object is set to Nothing.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top