TdxCustomListView Events
The base class for the List View control.Name | Description |
---|---|
OnAlignInsertBefore | Inherited from TWinControl. |
OnAlignPosition | Inherited from TWinControl. |
OnCancelEdit protected | |
OnCanResize | Inherited from TControl. |
OnChange protected | |
OnChanging protected | |
OnClick | Inherited from TControl. |
OnColumnClick protected | Allows you to perform specific actions when a user clicks a column header in the List View. |
OnColumnDragged protected | |
OnColumnPosChanged protected | Allows you to perform specific actions when a user changes a column‘s position in the List View. |
OnColumnRightClick protected | Allows you to perform specific actions when a user right-clicks a column header in the List View. |
OnColumnSizeChanged protected | Allows you to perform specific actions when a user resizes a column in the List View. |
OnCompare protected | Allows you to implement a custom item sort. |
OnConstrainedResize | Inherited from TControl. |
OnContextPopup | Inherited from TControl. |
OnCreateItemClass protected | Allows you to create custom list items. |
OnData protected | Allows you to customize an item when it is about to be displayed in virtual mode. |
OnDataFind protected | Allows you to search list items in virtual mode. |
OnDataHint protected | Allows you to update information about a range of items when they change in virtual mode. |
OnDblClick | Inherited from TControl. |
OnDeletion protected | Allows you to perform specific actions every time an item is deleted. |
OnDockDrop | Inherited from TWinControl. |
OnDockOver | Inherited from TWinControl. |
OnDragDrop | Inherited from TControl. |
OnDragOver | Inherited from TControl. |
OnEdited protected | Allows you to perform specific actions when a user renames an item in an in-place editor. |
OnEditing protected | Allows you to prohibit users from opening an item caption’s in-place editor. |
OnEndDock | Inherited from TControl. |
OnEndDrag | Inherited from TControl. |
OnEnter | Inherited from TWinControl. |
OnExit | Inherited from TWinControl. |
OnFocusChanged protected | Inherited from TcxControl. |
OnGesture | Inherited from TControl. |
OnGetImageIndex protected | |
OnGetSiteInfo | Inherited from TWinControl. |
OnGetSubItemImageIndex protected | |
OnInfoTip protected | Allows you to show custom text in an item‘s hint. |
OnInsert protected | Allows you to customize settings of an item when it is added to the List View. |
OnKeyDown | Inherited from TWinControl. |
OnKeyPress | Inherited from TWinControl. |
OnKeyUp | Inherited from TWinControl. |
OnMouseActivate | Inherited from TControl. |
OnMouseDown | Inherited from TControl. |
OnMouseEnter protected | Occurs when the mouse pointer enters into the control. Inherited from TcxControl. |
OnMouseLeave protected | Occurs when the mouse pointer leaves the control. Inherited from TcxControl. |
OnMouseMove | Inherited from TControl. |
OnMouseUp | Inherited from TControl. |
OnMouseWheel | Inherited from TControl. |
OnMouseWheelDown | Inherited from TControl. |
OnMouseWheelUp | Inherited from TControl. |
OnResize | Inherited from TControl. |
OnSelectionChanged protected | |
OnSelectItem protected | Allows you to perform specific actions every time a user selects or deselects an item. |
OnStartDock | Inherited from TControl. |
OnStartDrag | Inherited from TControl. |
OnUnDock | Inherited from TWinControl. |
See Also