RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication Events

The events of the TApplication class are listed here.

 
Name 
Description 
 
Occurs when an action's Execute method is called and its action list has not already handled it. 
 
Occurs when an action's Update method is called and its action list has not already handled it. 
 
Occurs when an application becomes active. 
 
Occurs when an application becomes inactive. 
 
Occurs when an unhandled exception occurs in the application. 
 
This is OnGetActiveFormHandle, a member of class TApplication. 
 
This is OnGetMainFormHandle, a member of class TApplication. 
 
Occurs when the application receives a request for help. 
 
Occurs when the mouse pointer moves over a control or menu item that can display a Help Hint
 
Occurs when an application becomes idle. 
 
Occurs when the application receives a Windows message. 
 
Occurs when an application is minimized. 
 
Occurs when a modal form is opened. 
 
Occurs when a modal form is closed. 
 
Occurs when the previously minimized application is restored to its normal size. 
 
Occurs when Windows notifies the application that a system-wide setting has changed. 
 
Occurs when the user presses a key (before the OnKeyDown event). 
 
Occurs when the application is about to display the hint window for a Help Hint
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!