FMX.TreeView.TTreeView Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
CustomSceneAddRectpublic
OnActivatepublicOccurs 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.
OnApplyStyleLookuppublicOccurs when a style is applied to the control.
OnCalcContentBoundspublic
OnCanFocuspublishedOccurs when a control can receive focus.
OnChangepublishedOccurs whenever the selection has changed from one item to another.
OnChangeCheckpublishedOccurs whenever the check box attached to an item changes its state.
OnClickpublicOccurs when the control is clicked.
OnComparepublishedOccurs when two nodes must be compared during a sorting of the nodes in the tree view.
OnDblClickpublicOccurs when the left mouse button is double-clicked with the pointer over the control.
OnDeactivatepublicOccurs when the window where this control is loses the focus while this control or a descendant of this control has the focus.
OnDragChangepublishedOccurs within a drag-and-drop operation and specifies whether the object being dragged is allowed to be dropped in this tree view.
OnDragDroppublicOccurs when a dragged control is dropped.
OnDragEndpublicOccurs when the dragging of a control ends.
OnDragEnterpublicOccurs when a dragged object enters the area of the current control.
OnDragLeavepublicOccurs when a dragged object leaves the area of the current control.
OnDragOverpublicOccurs when a dragged object is over the area of the current control.
OnEnterpublicOccurs when the control receive input focus.
OnExitpublicOccurs when the input focus is taken from the control.
OnGesturepublishedOccurs when you perform a gesture associated with this control.
OnGetDeltaStreamsprotected
OnHScrollChangepublicRaises when the horizontal scrollbar value was changed.
OnKeyDownpublishedOccurs when a key is pressed while the control has focus.
OnKeyUppublishedOccurs when a key is released while the control has focus.
OnMouseDownpublicOccurs when a mouse button is pressed over a control.
OnMouseEnterpublicOccurs when the mouse cursor enters the area of the control.
OnMouseLeavepublicOccurs when the mouse cursor leaves the control area.
OnMouseMovepublicOccurs when the mouse cursor moves while over the control area.
OnMouseUppublicOccurs when the mouse button that was pressed over the control is released.
OnMouseWheelpublicOccurs when the mouse wheel moves while the control has focus.
OnPaintpublicOccurs when the control is redrawn.
OnPaintingpublicOccurs when the control is painted.
OnResizepublicOccurs immediately after the control is resized.
OnResizedpublicOccurs immediately after the control is resized.
OnTappublishedOccurs when a user taps the control using a finger or a similar device (not a mouse).
OnViewportPositionChangepublic
OnVScrollChangepublicRaises when the vertical scrollbar value was changed.