FMX.ListView.TListViewBase Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
CustomSceneAddRectpublic
OnActivatepublicOccurs 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.
OnApplyStyleLookuppublicOccurs when a style is applied to the control.
OnCanFocuspublicOccurs when a control can receive focus.
OnChangepublicOccurs when the ItemIndex property changes as a result of a user selecting a different item.
OnChangeRepaintedpublicOccurs when the ItemIndex property changes as a result of a user selecting a different item.
OnClickpublicOccurs when the control is clicked.
OnDblClickpublicOccurs when the left mouse button is double-clicked with the pointer over the control.
OnDeactivatepublicOccurs when the window where this control is loses the focus while this control or a descendant of this control has the focus.
OnDeleteChangeVisiblepublicOccurs when the visibility of the Delete button of a list item changes.
OnDeleteItempublicOccurs when a user requests the deletion of a list view item, after this deletion takes place.
OnDeletingItempublicOccurs when a user requests the deletion of a list view item, before this deletion takes place.
OnDragDroppublicOccurs when a dragged control is dropped.
OnDragEndpublicOccurs when the dragging of a control ends.
OnDragEnterpublicOccurs when a dragged object enters the area of the current control.
OnDragLeavepublicOccurs when a dragged object leaves the area of the current control.
OnDragOverpublicOccurs when a dragged object is over the area of the current control.
OnEditModeChangeprotectedOccurs immediately after the list view component enters the edit mode.
OnEditModeChangingprotectedOccurs immediately before the list view component enters the edit mode.
OnEnterpublicOccurs when the control receive input focus.
OnExitpublicOccurs when the input focus is taken from the control.
OnFilterpublicOccurs when a search box filters.
OnGesturepublishedOccurs when you perform a gesture associated with this control.
OnGetDeltaStreamsprotected
OnItemChangepublicOccurs immediately after changing the selected item from the list view.
OnItemClickExpublicOccurs immediately after clicking an item from the list view. OnItemClickEx also receives mouse coordinates inside the clicked item.
OnItemsChangepublicEvent that occurs after a list of items has been changed.
OnKeyDownpublicOccurs when a key is pressed while the control has focus.
OnKeyUppublicOccurs when a key is released while the control has focus.
OnListItemClickpublic
OnMouseDownpublicOccurs when a mouse button is pressed over a control.
OnMouseEnterpublicOccurs when the mouse cursor enters the area of the control.
OnMouseLeavepublicOccurs when the mouse cursor leaves the control area.
OnMouseMovepublicOccurs when the mouse cursor moves while over the control area.
OnMouseUppublicOccurs when the mouse button that was pressed over the control is released.
OnMouseWheelpublicOccurs when the mouse wheel moves while the control has focus.
OnPaintpublicOccurs when the control is redrawn.
OnPaintingpublicOccurs when the control is painted.
OnPullRefreshpublicOccurs when a user pulls down the item list.
OnResizepublicOccurs immediately after the control is resized.
OnResizedpublicOccurs immediately after the control is resized.
OnScrollViewChangepublicThis method is called when ScrollViewPos has changed as a result of scrolling a list or doing it manually in the code.
OnSearchChangepublicOccurs when the search box in a list view loses the focus and its content has changed since it gained the focus.
OnTappublishedOccurs when a user taps the control using a finger or a similar device (not a mouse).
OnUpdateItemViewprotected
OnUpdatingItemViewprotected