FMX.Forms.TCustomForm Events
InheritedProtected
OnActivate | public | Occurs when the form becomes active. |
OnClose | public | Occurs when the form closes. |
OnCloseQuery | public | Occurs when there is an attempt to close the form. |
OnConstrainedResize | public | |
OnCreate | public | Occurs when the form is created. |
OnDeactivate | public | Occurs when the form loses focus. |
OnDestroy | public | Occurs when the form is destroyed. |
OnFocusChanged | public | Occurs when the current Form loses the focus. |
OnGesture | public | |
OnGetDeltaStreams | protected | Allows a component to generate and provide a list of delta streams representing changes to the component's state. |
OnHide | public | Occurs when the form is hidden (that is, when its Visible property is set to False). |
OnKeyDown | public | Occurs when a key is pressed while the form has focus. |
OnKeyUp | public | Occurs when a key is released while the form has focus. |
OnMouseDown | public | Occurs when a mouse button is pressed over the form. |
OnMouseMove | public | Occurs when the mouse cursor moves while over the form area. |
OnMouseUp | public | Occurs when the mouse button that was pressed over the form is released. |
OnMouseWheel | public | Occurs when the mouse wheel moves while the form has focus. |
OnPaint | public | Occurs when the form is redrawn. |
OnResize | public | Occurs immediately after the form is resized. |
OnSaveState | public | Occurs when the form is about to go to background on mobile devices or when the form is about to be closed on desktop. |
OnShow | public | Occurs when the form is shown (that is, when its Visible property is set to True). |
OnTap | public | Occurs when a user taps the form using a finger or a similar device (not a mouse). |
OnTouch | public | Occurs when the user touches the form area. |
OnVirtualKeyboardHidden | public | Occurs when the virtual keyboard of the form is hidden. |
OnVirtualKeyboardShown | public | Occurs when the virtual keyboard of the form is shown. |