RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAppletApplication.OnExit Property

Occurs when the Application should unload.

Pascal
property OnExit: TExitEvent;
C++
__property TExitEvent OnExit;

The OnExit event occurs when the Application receives a CPL_EXIT message from the controlling application. This is a recommended spot to do non-applet specific clean-up. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!