CtlPanel.TAppletApplication.OnExit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnExit: TExitEvent read FOnExit write FOnExit;

C++

__property System::Classes::TNotifyEvent OnExit = {read=FOnExit, write=FOnExit};

Properties

Type Visibility Source Unit Parent
event public
CTLPanel.pas
CtlPanel.hpp
CtlPanel TAppletApplication

Description

Occurs when the Application should unload.

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.

See Also