RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
CtlPanel.TExitEvent Type

TExitEvent is the type for event handlers that respond when a control panel application is about to shut down.

Pascal
TExitEvent = TNotifyEvent;
C++
TNotifyEvent TExitEvent;

TExitEvent maps to the TNotifyEvent type. It has a single parameter, Sender, which is the TAppletApplication instance. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!