FMX.ApplicationEvents.TApplicationEvents Events
InheritedProtected
| OnActionExecute | published | Occurs when an action's Execute method is called and the action list has not already handled it. |
| OnActionUpdate | published | Occurs when an action's Update method is called and the action list has not already handled it. |
| OnActivityResult | published | Occurs when the FMX activation of the Android application receives incoming intents with results. |
| OnAfterCreateFormHandle | published | Occurs when the form allocates, native handle. |
| OnBeforeDestroyFormHandle | published | Occurs when the form is being destroyed, native handle. |
| OnException | published | Occurs when an intercepted exception takes place in the application. |
| OnFormActivate | published | Occurs when the form was activated. |
| OnFormBeforeShown | published | Occurs before showin the form. |
| OnFormDeactivate | published | Occurs when the form was deactivated. |
| OnFormReleased | published | Occurs when a form is released. |
| OnFormsCreated | published | Occurs when the FMX platform is ready to create the form's backend. |
| OnFormSizeChanged | published | Occurs when the form changes in size. |
| OnGetDeltaStreams | protected | Allows a component to generate and provide a list of delta streams representing changes to the component's state. |
| OnIdle | published | Occurs when an application becomes idle. |
| OnMainFormCaptionChanged | published | Occurs when the Application.MainForm changes caption. |
| OnMainFormChanged | published | Occurs when the Application.MainForm is changed. |
| OnOrientationChanged | published | Occurs when the UI changes orientation. |
| OnSaveState | published | Occurs when the application state needs to be saved. |
| OnScaleChanged | published | Occurs when the form changes in scale. |
| OnStateChanged | published | Occurs when the application changes its state. |
| OnStyleChanged | published | Occurs when the scene changes in style. |