Back to Devexpress

TcxDBTreeList Events

vcl-cxdbtl-dot-tcxdbtreelist-dot-underscore-events.md

latest24.0 KB
Original Source

TcxDBTreeList Events

A data-aware Tree List control.

NameDescription
NavigatorEventsInherited from TcxExtEditingControl.
OnAfterSummaryOccurs after all summaries have been calculated. Inherited from TcxCustomTreeList.
OnAlignInsertBeforeInherited from TWinControl.
OnAlignPositionInherited from TWinControl.
OnBandHeaderClickEnables you to respond to band header clicks. Inherited from TcxCustomTreeList.
OnBandPosChangedEnables you to respond to end-user changes made to a band‘s visibility or position within the tree list. Inherited from TcxCustomTreeList.
OnBandSizeChangedEnables you to respond to band sizing. Inherited from TcxCustomTreeList.
OnBeginDragNodeEnables you to control node dragging. Inherited from TcxCustomTreeList.
OnCanFocusNodeEnables you to control which nodes can be focused by end-users. Inherited from TcxCustomTreeList.
OnCanResizeInherited from TControl.
OnCanSelectNodeEnables you to control which nodes can be selected by end-users. Inherited from TcxCustomTreeList.
OnChangeEnables you to respond to changes made in a tree list. Inherited from TcxCustomTreeList.
OnClickInherited from TControl.
OnCollapsedEnables you to perform specific actions after a node has been collapsed. Inherited from TcxCustomTreeList.
OnCollapsingEnables you to specify whether a particular node can be collapsed. Inherited from TcxCustomTreeList.
OnColumnHeaderClickEnables you to respond to column header clicks. Inherited from TcxCustomTreeList.
OnColumnPosChangedEnables you to respond to end-user changes made to a column’s visibility or position within the tree list. Inherited from TcxCustomTreeList.
OnColumnSizeChangedEnables you to respond to column resize operations. Inherited from TcxCustomTreeList.
OnCompareAllows you to implement a custom node sorting algorithm. Inherited from TcxCustomTreeList.
OnConstrainedResizeInherited from TControl.
OnContextPopupInherited from TControl.
OnCustomDrawBackgroundCellEnables you to custom paint the tree list background. Inherited from TcxCustomTreeList.
OnCustomDrawBandCellEnables you to custom draw band backgrounds. Inherited from TcxCustomTreeList.
OnCustomDrawBandHeaderCellEnables you to custom draw band headers. Inherited from TcxCustomTreeList.
OnCustomDrawCell protectedOccurs when a cell within a control needs to be painted. Inherited from TcxEditingControl.
OnCustomDrawDataCellEnables you to custom draw data cells. Inherited from TcxCustomTreeList.
OnCustomDrawFooterCellEnables you to custom draw footer cells. Inherited from TcxCustomTreeList.
OnCustomDrawHeaderCellEnables you to custom paint column headers. Inherited from TcxCustomTreeList.
OnCustomDrawIndentCellEnables you to custom draw indent cells. Inherited from TcxCustomTreeList.
OnCustomDrawIndicatorCellEnables you to custom draw node indicators. Inherited from TcxCustomTreeList.
OnCustomDrawPreviewCellEnables you to custom draw preview sections. Inherited from TcxCustomTreeList.
OnCustomizationFormVisibleChangedInherited from TcxCustomTreeList.
OnDataChangedEnables you to perform specific actions after the data has been posted to a data store. Inherited from TcxCustomTreeList.
OnDblClickInherited from TControl.
OnDeletionEnables you to perform specific actions when a node is being deleted. Inherited from TcxCustomTreeList.
OnDockDropInherited from TWinControl.
OnDockOverInherited from TWinControl.
OnDragDropInherited from TControl.
OnDragOverInherited from TControl.
OnEditChanged protectedOccurs when changing an open editor’s value. Inherited from TcxEditingControl.
OnEditedEnables you to perform specific actions after the data cell‘s in-place editor has been deactivated. Inherited from TcxCustomTreeList.
OnEditingEnables you to specify whether editing is allowed in a particular data cell. Inherited from TcxCustomTreeList.
OnEditValueChangedEnables you to perform specific actions after editing a data cell‘s value is complete. Inherited from TcxCustomTreeList.
OnEndDockInherited from TControl.
OnEndDragInherited from TControl.
OnEnterInherited from TWinControl.
OnExitInherited from TWinControl.
OnExpandedEnables you to perform specific actions after a node has been expanded. Inherited from TcxCustomTreeList.
OnExpandingAllows implementing dynamic node loading or prohibiting expansion for individual nodes. Inherited from TcxCustomTreeList.
OnFilterControlDialogShowEnables you to customize the Filter Builder dialog before showing it. Inherited from TcxEditingControl.
OnFilterCustomizationInherited from TcxEditingControl.
OnFilterDialogShowInherited from TcxEditingControl.
OnFilterNodeEnables you to filter out specific nodes. Inherited from TcxCustomTreeList.
OnFindCriteriaBeforeChangeEnables you to identify and track any changes made to data search criteria before they take effect on the tree list control. Inherited from TcxCustomTreeList.
OnFindCriteriaChangedEnables you to identify and track all data search criteria changes applied to the tree list control. Inherited from TcxCustomTreeList.
OnFindPanelVisibilityChangedEnables you to track Find Panel visibility changes. Inherited from TcxEditingControl.
OnFocusChanged protectedInherited from TcxControl.
OnFocusedColumnChangedEnables you to perform specific actions after an active column has been changed. Inherited from TcxCustomTreeList.
OnFocusedNodeChangedEnables you to respond to node focusing. Inherited from TcxCustomTreeList.
OnGestureInherited from TControl.
OnGetCellHintEnables you to customize a View element’s hint. Inherited from TcxCustomTreeList.
OnGetDragDropTextEnables you to customize the drag and drop hint’s text. Inherited from TcxCustomTreeList.
OnGetLevelImagesEnables you to associate certain node image collections with the corresponding node levels. Inherited from TcxCustomTreeList.
OnGetNodeHeightEnables you to specify the custom height for individual nodes. Inherited from TcxCustomTreeList.
OnGetNodeImageIndexEnables you to specify custom images for nodes. Inherited from TcxCustomTreeList.
OnGetNodePreviewHeightEnables you to specify the custom height for individual preview sections. Inherited from TcxCustomTreeList.
OnGetScrollbarAnnotationHintEnables you to display hints for scrollbar annotations. Inherited from TcxEditingControl.
OnGetSiteInfoInherited from TWinControl.
OnGetStoredPropertiesAllows you to customize a list of tree list properties saved to external storages. Inherited from TcxCustomTreeList.
OnGetStoredPropertyValueEnables you to provide values for tree list properties to be saved to external data stores. Inherited from TcxCustomTreeList.
OnGetUniqueKeyValueEnables you to specify the key field value (also called the unique identifier) for a new node. Inherited from TcxCustomDBTreeList.
OnHotTrackNodeEnables you to respond to node hot-tracking. Inherited from TcxCustomTreeList.
OnInitEditEnables you to customize an in-place cell editor when it is invoked. Inherited from TcxEditingControl.
OnInitEditValueEnables you to change the edit value for an invoked in-place cell editor. Inherited from TcxEditingControl.
OnInitFilteringDateRangesInherited from TcxEditingControl.
OnInitInsertingRecordOccurs before a node is inserted into the TreeList control. Inherited from TcxCustomDBTreeList.
OnInitStoredObjectAllows you to initialize columns created when restoring the tree list layout from external sources. Inherited from TcxCustomTreeList.
OnIsGroupNodeAllows you to specify group nodes. Inherited from TcxCustomTreeList.
OnKeyDownInherited from TWinControl.
OnKeyPressInherited from TWinControl.
OnKeyUpInherited from TWinControl.
OnLayoutChangedEnables you to respond to tree list updates. Inherited from TcxCustomTreeList.
OnLeftPosChangedEnables you to respond when the current tree list is horizontally scrolled, either by keyboard navigation or by moving the horizontal scrollbar. Inherited from TcxCustomTreeList.
OnMouseActivateInherited from TControl.
OnMouseDownInherited from TControl.
OnMouseEnterOccurs when the mouse pointer enters into the control. Inherited from TcxControl.
OnMouseLeaveOccurs when the mouse pointer leaves the control. Inherited from TcxControl.
OnMouseMoveInherited from TControl.
OnMouseUpInherited from TControl.
OnMouseWheelInherited from TControl.
OnMouseWheelDownInherited from TControl.
OnMouseWheelUpInherited from TControl.
OnMoveToEnables you to respond to node dragging within the tree list. Inherited from TcxCustomTreeList.
OnNodeChangedEnables you to respond to changes made to a node. Inherited from TcxCustomTreeList.
OnNodeCheckChangedEnables you to respond to a change made to a node’s checked state. Inherited from TcxCustomTreeList.
OnNodeCheckChanging protectedEnables you to prohibit a node from changing its checked state. Inherited from TcxCustomTreeList.
OnPopulateCustomScrollbarAnnotationRowIndexListEnables you to display custom scrollbar annotations. Inherited from TcxEditingControl.
OnResizeInherited from TControl.
OnSelectionChangedEnables you to respond to node selections. Inherited from TcxCustomTreeList.
OnSetStoredPropertyValueEnables you to restore tree list property values from external data stores. Inherited from TcxCustomTreeList.
OnSortedEnables you to perform specific actions after node sorting is complete. Inherited from TcxCustomTreeList.
OnSortingEnables you to perform specific actions when sorting nodes. Inherited from TcxCustomTreeList.
OnStartDockInherited from TControl.
OnStartDragInherited from TControl.
OnSummaryEnables you to perform custom summary calculations. Inherited from TcxCustomTreeList.
OnTopRecordIndexChangedOccurs when scrolling the TreeList conrol’s contents. Inherited from TcxCustomTreeList.
OnUnDockInherited from TWinControl.
PopupMenusEventsInherited from TcxCustomTreeList.
StylesEventsInherited from TcxCustomTreeList.

See Also

TcxDBTreeList Class

TcxDBTreeList Members

cxDBTL Unit