RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListView Events

The events of the TListView class are listed here.

 
Name 
Description 
 
Occurs at discrete points during the rendering of the list view. 
 
Occurs at discrete stages during the painting of an item in an owner-draw list view. 
 
Occurs at discrete stages during the painting of a subitem in an owner-drawn list view. 
 
Occurs immediately after an item in the list changes. 
 
Occurs when an item in the list is about to change. 
 
Occurs when the user clicks the control. 
 
Occurs when the user clicks on a column header in a list view. 
 
Occurs when a column is dragged to a new position. 
 
Occurs when the user right clicks on a column header in a list view. 
 
Occurs to when two items need to be compared during a sort of the list. 
 
Occurs when the user right-clicks the control or otherwise invokes the popup menu (such as using the keyboard). 
 
Occurs when an owner-draw list view must be rendered. 
 
Occurs when an item in an owner-draw list view must be rendered. 
 
Occurs when a subitem must be rendered in an owner-draw list view. 
 
Occurs immediately before an item is displayed in the list view control. 
 
Occurs when the list view control receives a search request, such as when the FindData and FindCaption methods are called. 
 
Occurs when the contents of the list view change, such as when the user scrolls the list view. 
 
Occurs when a range of items change states. 
 
Occurs when the user double-clicks the left mouse button when the mouse pointer is over the control. 
 
Occurs when an item in the list view is about to be deleted. 
 
Occurs when the user drops an object being dragged. 
 
Occurs when the user drags an object over a control. 
 
Occurs when an item should be drawn in the list view. 
 
Occurs immediately after the user edits an item's Caption property. 
 
Occurs when the user starts to edit a list item's Caption property. 
 
Occurs when the dragging of an object ends, either by docking the object or by canceling the dragging. 
 
Occurs when the dragging of an object ends, either by dropping the object or by canceling the dragging. 
 
Occurs when a control receives the input focus. 
 
Occurs when the input focus shifts away from one control to another. 
 
Occurs when an item is about to be displayed in the list view control. 
 
Occurs when a subitem is about to be displayed in the column of a list view control. 
 
Occurs when the user pauses the mouse over an item in the list view. 
 
Occurs immediately after a new item is inserted into the list view. 
 
Occurs when a user presses any key while the control has focus. 
 
Occurs when a key is pressed. 
 
Occurs when the user releases a key that has been pressed. 
 
Occurs when the user presses a mouse button with the mouse pointer over a control and the parent form is not active. 
 
Occurs when the user presses a mouse button with the mouse pointer over a control. 
 
Occurs when the user moves the mouse into a control. 
 
Occurs when the user moves the mouse outside of a control. 
 
Occurs when the user moves the mouse pointer while the mouse pointer is over a control. 
 
Occurs when the user releases a mouse button that was pressed with the mouse pointer over a component. 
 
Occurs immediately after the control is resized. 
 
Occurs when an item is selected in the list view control. 
 
Occurs when the user begins to drag a control with a DragKind of dkDock. 
 
Occurs when the user begins to drag the control or an object it contains by left-clicking on the control and holding the mouse button down. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!