FMX.ListBox.TCustomListBox Events
InheritedProtected
CustomSceneAddRect | public | |
OnActivate | public | Occurs when the window where this control 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 | public | Occurs when a style is applied to the control. |
OnCalcContentBounds | public | |
OnCanFocus | public | Occurs when a control can receive focus. |
OnChange | protected | Occurs when the selection in the list box changes. |
OnChangeCheck | protected | Occurs when the check box attached to a list item changes its state. |
OnClick | public | Occurs when the control is clicked. |
OnCompare | protected | Occurs when two list items are compared. |
OnDblClick | public | Occurs when the left mouse button is double-clicked with the pointer over the control. |
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. |
OnDragChange | protected | Occurs after a drag-and-drop operation. |
OnDragDrop | public | Occurs when a dragged control is dropped. |
OnDragEnd | public | Occurs when the dragging of a control ends. |
OnDragEnter | public | Occurs when a dragged object enters the area of the current control. |
OnDragLeave | public | Occurs when a dragged object leaves the area of the current control. |
OnDragOver | public | Occurs when a dragged object is over the area of the current control. |
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 | |
OnHScrollChange | public | Raises when the horizontal scrollbar value was changed. |
OnItemClick | public | Occurs immediately after clicking an item from the listbox. |
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 | public | Occurs when a mouse button is pressed over a control. |
OnMouseEnter | public | Occurs when the mouse cursor enters the area of the control. |
OnMouseLeave | public | Occurs when the mouse cursor leaves the control area. |
OnMouseMove | public | Occurs when the mouse cursor moves while over the control area. |
OnMouseUp | public | Occurs when the mouse button that was pressed over the control is released. |
OnMouseWheel | public | Occurs when the mouse wheel moves while the control has focus. |
OnPaint | public | Occurs when the control is redrawn. |
OnPainting | public | Occurs when the control is painted. |
OnResize | public | Occurs immediately after the control is resized. |
OnResized | public | Occurs immediately after the control is resized. |
OnStringsChanged | protected | |
OnTap | published | Occurs when a user taps the control using a finger or a similar device (not a mouse). |
OnViewportPositionChange | public | |
OnVScrollChange | public | Raises when the vertical scrollbar value was changed. |