CtlPanel.TExitEvent
C++
typedef System::Classes::TNotifyEvent TExitEvent;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| typedef | public | CtlPanel.hpp | CtlPanel | CtlPanel |
Description
TExitEvent is the type for event handlers that respond when a control panel application is about to shut down.
TExitEvent maps to the TNotifyEvent type. It has a single parameter, Sender, which is the TAppletApplication instance.