FMX.ApplicationEvents.TApplicationEvents Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
OnActionExecutepublishedOccurs when an action's Execute method is called and the action list has not already handled it.
OnActionUpdatepublishedOccurs when an action's Update method is called and the action list has not already handled it.
OnActivityResultpublishedOccurs when the FMX activation of the Android application receives incoming intents with results.
OnAfterCreateFormHandlepublishedOccurs when the form allocates, native handle.
OnBeforeDestroyFormHandlepublishedOccurs when the form is being destroyed, native handle.
OnExceptionpublishedOccurs when an intercepted exception takes place in the application.
OnFormActivatepublishedOccurs when the form was activated.
OnFormBeforeShownpublishedOccurs before showin the form.
OnFormDeactivatepublishedOccurs when the form was deactivated.
OnFormReleasedpublishedOccurs when a form is released.
OnFormsCreatedpublishedOccurs when the FMX platform is ready to create the form's backend.
OnFormSizeChangedpublishedOccurs when the form changes in size.
OnGetDeltaStreamsprotectedAllows a component to generate and provide a list of delta streams representing changes to the component's state.
OnIdlepublishedOccurs when an application becomes idle.
OnMainFormCaptionChangedpublishedOccurs when the Application.MainForm changes caption.
OnMainFormChangedpublishedOccurs when the Application.MainForm is changed.
OnOrientationChangedpublishedOccurs when the UI changes orientation.
OnSaveStatepublishedOccurs when the application state needs to be saved.
OnScaleChangedpublishedOccurs when the form changes in scale.
OnStateChangedpublishedOccurs when the application changes its state.
OnStyleChangedpublishedOccurs when the scene changes in style.