Vcl.AppEvnts.TApplicationEvents Events
InheritedProtected
| OnActionExecute | published | Occurs when an action's Execute method is called and its action list has not already handled it. |
| OnActionUpdate | published | Occurs when an action's Update method is called and its action list has not already handled it. |
| OnActivate | published | Occurs when an application becomes active. |
| OnDeactivate | published | Occurs when an application becomes inactive. |
| OnException | published | Occurs when an unhandled exception occurs in the application. |
| OnGetDeltaStreams | protected | Allows a component to generate and provide a list of delta streams representing changes to the component's state. |
| OnHelp | published | Occurs when the application receives a request for Help. |
| OnHint | published | Occurs when the mouse pointer moves over a control or menu item that can display a Help Hint. |
| OnIdle | published | Occurs when an application becomes idle. |
| OnMessage | published | Occurs when the application receives a Windows message. |
| OnMinimize | published | Occurs when an application is minimized. |
| OnModalBegin | published | Occurs when a modal form is opened. |
| OnModalEnd | published | Occurs when a modal form is closed. |
| OnRemoteSessionChanged | published | |
| OnRestore | published | Occurs when the previously minimized application is restored to its normal size. |
| OnSettingChange | published | Occurs when Windows notifies the application that a system-wide setting has changed. |
| OnShortCut | published | Occurs when the user presses a key (before the OnKeyDown event). |
| OnShowHint | published | Occurs when the application is about to display the hint window for a Help Hint. |