RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAppletModule.OnStop Event

Occurs when the AppletModule receives a request to shutdown.

Pascal
property OnStop: TStopEvent;
C++
__property TStopEvent OnStop;

Write an OnStop event handler to perform Applet-specific clean-up. OnStop occurs when the applet module receives a request to shutdown. 

 

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