FMX.ListView.TCustomListView Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
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.
OnButtonChange protected Occurs immediately when you check a glyph button (such as a check box or a delete button) inside a list view item.
OnButtonClick protected Occurs immediately when you click on a text button or a glyph button inside a list view item.
OnCanFocus public Occurs when a control can receive focus.
OnChange public Occurs when the ItemIndex property changes as a result of a user selecting a different item.
OnChangeRepainted public Occurs when the ItemIndex property changes as a result of a user selecting a different item.
OnClick public Occurs when the control is clicked.
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.
OnDeleteChangeVisible public Occurs when the visibility of the Delete button of a list item changes.
OnDeleteItem public Occurs when a user requests the deletion of a list view item, after this deletion takes place.
OnDeletingItem public Occurs when a user requests the deletion of a list view item, before this deletion takes place.
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.
OnEditModeChange protected Occurs immediately after the list view component enters the edit mode.
OnEditModeChanging protected Occurs immediately before the list view component enters the edit mode.
OnEnter public Occurs when the control receive input focus.
OnExit public Occurs when the input focus is taken from the control.
OnFilter public Occurs when a search box filters.
OnGesture published Occurs when you perform a gesture associated with this control.
OnGetDeltaStreams protected
OnItemChange public Occurs immediately after changing the selected item from the list view.
OnItemClick public Occurs immediately after clicking an item from the list view.
OnItemClickEx public Occurs immediately after clicking an item from the list view. OnItemClickEx also receives mouse coordinates inside the clicked item.
OnItemsChange public Event that occurs after a list of items has been changed.
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.
OnPullRefresh public Occurs when a user pulls down the item list.
OnResize public Occurs immediately after the control is resized.
OnResized public
OnScrollViewChange public This method is called when ScrollViewPos has changed as a result of scrolling a list or doing it manually in the code.
OnSearchChange public Occurs when the search box in a list view loses the focus and its content has changed since it gained the focus.
OnTap published Occurs when a user taps the control using a finger or a similar device (not a mouse).
OnUpdateItemView protected
OnUpdateObjects public Occurs immediately after the list view component is updated.
OnUpdatingItemView protected
OnUpdatingObjects public Occurs immediately before the list view component is updated.


Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=FMX.ListView.TCustomListView_Events&oldid=538800"