FMX.ScrollBox.TPresentedScrollBox Events
InheritedProtected
OnActivate | public | Occurs when the window where this control is gains the focus, and the control of the window that has the focus is either this control itself or a descendant of this control. |
OnApplyStyleLookup | published | |
OnCalcContentBounds | published | |
OnCanFocus | public | Occurs when a control can receive focus. |
OnClick | published | |
OnDblClick | published | |
OnDeactivate | public | Occurs when the window where this control is loses the focus while this control or a descendant of this control has the focus. |
OnDragDrop | published | |
OnDragEnd | published | |
OnDragEnter | published | |
OnDragLeave | published | |
OnDragOver | published | |
OnEnter | public | Occurs when the control receive input focus. |
OnExit | public | Occurs when the input focus is taken from the control. |
OnGesture | published | Occurs when you perform a gesture associated with this control. |
OnGetDeltaStreams | protected | |
OnKeyDown | public | Occurs when a key is pressed while the control has focus. |
OnKeyUp | public | Occurs when a key is released while the control has focus. |
OnMouseDown | published | |
OnMouseEnter | published | |
OnMouseLeave | published | |
OnMouseMove | published | |
OnMouseUp | published | |
OnMouseWheel | published | |
OnPaint | published | |
OnPainting | published | |
OnPresentationNameChoosing | public | Occurs right before your control loads its presentation, and it allows you to define a custom presentation proxy name different from the name that DefinePresentationName returns. |
OnResize | published | |
OnTap | published | Occurs when a user taps the control using a finger or a similar device (not a mouse). |
OnViewportPositionChange | published |