Vcl.AppEvnts.TCustomApplicationEvents Events
InheritedProtected
OnActionExecute | protected | Occurs when an action's Execute method is called and its action list has not already handled it. |
OnActionUpdate | protected | Occurs when an action's Update method is called and its action list has not already handled it. |
OnActivate | protected | Occurs when an application becomes active. |
OnDeactivate | protected | Occurs when an application becomes inactive. |
OnException | protected | 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 | protected | Occurs when the application receives a request for Help. |
OnHint | protected | Occurs when the mouse pointer moves over a control or menu item that can display a Help Hint. |
OnIdle | protected | Occurs when an application becomes idle. |
OnMessage | protected | Occurs when the application receives a Windows message. |
OnMinimize | protected | Occurs when an application is minimized. |
OnModalBegin | protected | Occurs when a modal form is opened. |
OnModalEnd | protected | Occurs when a modal form is closed. |
OnRemoteSessionChanged | protected | |
OnRestore | protected | Occurs when the previously minimized application is restored to its normal size. |
OnSettingChange | protected | Occurs when Windows notifies the application that a system-wide setting has changed. |
OnShortCut | protected | Occurs when the user presses a key (before the OnKeyDown event). |
OnShowHint | protected | Occurs when the application is about to display the hint window for a Help Hint. |