Vcl.ComCtrls.TCustomTreeView Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
OnAdditionprotectedOccurs when new node is added.
OnAdvancedCustomDrawprotectedOccurs at discrete stages during the painting of the tree view control.
OnAdvancedCustomDrawItemprotectedOccurs at discrete stages during the painting of tree view nodes.
OnAlignInsertBeforeprotectedOccurs when an object with custom alignment is aligned.
OnAlignPositionprotectedOccurs when an object with custom alignment is aligned.
OnCancelEditprotectedOccurs when user cancels editing of a node's Caption.
OnCanResizeprotectedOccurs when an attempt is made to resize the control.
OnChangeprotectedOccurs whenever the selection has changed from one node to another.
OnChangingprotectedOccurs when the selection is about to change from one node to another.
OnClickprotectedOccurs when the user clicks the control.
OnCollapsedprotectedOccurs after a node has been collapsed.
OnCollapsingprotectedOccurs when a node is about to be collapsed.
OnCompareprotectedOccurs when two nodes must be compared during a sort of the nodes in the tree view.
OnConstrainedResizeprotectedAdjusts the resize constraints.
OnContextPopupprotectedOccurs when the user right-clicks the control or otherwise invokes the pop-up menu (such as using the keyboard).
OnCreateNodeClassprotectedOnCreateNodeClass occurs when a new node object is about to be created.
OnCustomDrawprotectedOccurs immediately prior to painting the tree view control.
OnCustomDrawItemprotectedOccurs immediately prior to painting a node in a tree view control.
OnDblClickprotectedOccurs when the user double-clicks the left mouse button when the mouse pointer is over the control.
OnDeletionprotectedOccurs when a node in the tree view is deleted.
OnDockDropprotectedOccurs when another control is docked to the control.
OnDockOverprotectedOccurs when another control is dragged over the control.
OnDragDropprotectedOccurs when the user drops an object being dragged.
OnDragOverprotectedOccurs when the user drags an object over a control.
OnEditedprotectedOccurs after the user edits the Text property of a node.
OnEditingprotectedOccurs when the user starts to edit the Text property of a node.
OnEndDockprotectedOccurs when the dragging of an object ends, either by docking the object or by canceling the dragging.
OnEndDragprotectedOccurs when the dragging of an object ends, either by dropping the object or by canceling the dragging.
OnEnterprotectedOccurs when a control receives the input focus.
OnExitprotectedOccurs when the input focus shifts away from one control to another.
OnExpandedprotectedOccurs after a node is expanded.
OnExpandingprotectedOccurs when a node is about to be expanded.
OnGesturepublicOccurs when you perform a gesture associated with this control.
OnGetDeltaStreamsprotected
OnGetImageIndexprotectedOccurs when the tree view looks up the ImageIndex of a node.
OnGetSelectedIndexprotectedOccurs when the tree view looks up the SelectedIndex of a node.
OnGetSiteInfoprotectedReturns the control's docking information.
OnHintprotectedOccurs whenever a hint is about to be shown for a node.
OnKeyDownprotectedOccurs when a user presses any key while the control has focus.
OnKeyPressprotectedOccurs when a key is pressed.
OnKeyUpprotectedOccurs when the user releases a key that was pressed.
OnMouseActivateprotectedOccurs when the user presses a mouse button with the mouse pointer over a control and the parent form is not active.
OnMouseDownprotectedOccurs when the user presses a mouse button with the mouse pointer over a control.
OnMouseEnterprotectedOccurs when the user moves the mouse into a control.
OnMouseLeaveprotectedOccurs when the user moves the mouse outside of a control.
OnMouseMoveprotectedOccurs when the user moves the mouse pointer while the mouse pointer is over a control.
OnMouseUpprotectedOccurs when the user releases a mouse button that was pressed with the mouse pointer over a component.
OnMouseWheelprotectedOccurs when the mouse wheel is rotated.
OnMouseWheelDownprotectedOccurs when the mouse wheel is rotated downward.
OnMouseWheelUpprotectedOccurs when the mouse wheel is rotated upward.
OnResizeprotectedOccurs immediately after the control is resized.
OnStartDockprotectedOccurs when the user begins to drag a control with a DragKind of dkDock.
OnStartDragprotectedOccurs when the user begins to drag the control or an object it contains by left-clicking the control and holding the mouse button down.
OnUnDockprotectedOccurs when the application tries to undock a control that is docked to the windowed control.
WindowProcpublicPoints to the window procedure that responds to messages sent to the control.