Skip to main content

TdxHorizContainerDockSite Events

Represents a horizontal side container site.
Name Description
OnActivate Fires when a dock control is activated or deactivated. Inherited from TdxCustomDockControl.
OnActiveChildChanged Fires when the container’s active child control is changed. Inherited from TdxContainerDockSite.
OnAlignInsertBefore Inherited from TWinControl.
OnAlignPosition Inherited from TWinControl.
OnAutoHideChanged Fires when the dock control’s auto hide feature is enabled or disabled. Inherited from TdxCustomDockControl.
OnAutoHideChanging Fires before the auto hide feature is enabled or disabled. Inherited from TdxCustomDockControl.
OnCanDocking Enables you to control whether or not the dragged dock control can be docked to the current control. Inherited from TdxCustomDockControl.
OnCanResize Enables you to restrict control resizing to particular positions. Inherited from TdxCustomDockControl.
OnClick Inherited from TControl.
OnClose Fires when the dock control is closed. Inherited from TdxCustomDockControl.
OnCloseQuery Enables you to override the control’s behavior when it is being closed. Inherited from TdxCustomDockControl.
OnConstrainedResize Inherited from TControl.
OnContextPopup Inherited from TControl.
OnCreateFloatSite Fires in response to float site creation. Inherited from TdxCustomDockControl.
OnCreateLayoutSite Fires in response to layout site creation. Inherited from TdxCustomDockControl.
OnCreateSideContainer Fires in response to side container creation. Inherited from TdxCustomDockControl.
OnCreateTabContainer Fires in response to tab container creation. Inherited from TdxCustomDockControl.
OnCustomDrawDockingSelection Enables you to custom paint docking selections. Inherited from TdxCustomDockControl.
OnCustomDrawResizingSelection Enables you to custom paint resizing bars. Inherited from TdxCustomDockControl.
OnDblClick Inherited from TControl.
OnDestroy Inherited from TdxCustomDockControl.
OnDock Fires immediately after a dock control has been docked to a site. Inherited from TdxCustomDockControl.
OnDockDrop Inherited from TWinControl.
OnDocking Enables you to control whether the dragged dock control can be docked to the current target. Inherited from TdxCustomDockControl.
OnDockOver Inherited from TWinControl.
OnDragDrop Inherited from TControl.
OnDragOver Inherited from TControl.
OnEndDock Inherited from TControl.
OnEndDocking Fires immediately after a dragging operation on a dock control has been finished. Inherited from TdxCustomDockControl.
OnEndDrag Inherited from TControl.
OnEndResizing Fires immediately after a resizing operation has been finished. Inherited from TdxCustomDockControl.
OnEnter Inherited from TWinControl.
OnExit Inherited from TWinControl.
OnGesture Inherited from TControl.
OnGetAutoHidePosition Enables you to specify the container edge where the dock control is hidden when its auto hide feature is enabled. Inherited from TdxCustomDockControl.
OnGetSiteInfo Inherited from TWinControl.
OnKeyDown Inherited from TWinControl.
OnKeyPress Inherited from TWinControl.
OnKeyUp Inherited from TWinControl.
OnLayoutChanged Fires each time the control’s docking layout is changed. Inherited from TdxCustomDockControl.
OnMakeFloating Fires immediately after a dock control is made to float. Inherited from TdxCustomDockControl.
OnMouseActivate Inherited from TControl.
OnMouseDown Inherited from TControl.
OnMouseEnter Inherited from TControl.
OnMouseLeave Inherited from TControl.
OnMouseMove Inherited from TControl.
OnMouseUp Inherited from TControl.
OnMouseWheel Inherited from TControl.
OnMouseWheelDown Inherited from TControl.
OnMouseWheelUp Inherited from TControl.
OnParentChanged Fires immediately after the control’s parent has been changed. Inherited from TdxCustomDockControl.
OnParentChanging Fires before the parent of the dock control is changed. Inherited from TdxCustomDockControl.
OnResize Inherited from TControl.
OnResizing Fires repeatedly when resizing the dock control. Inherited from TdxCustomDockControl.
OnRestoreDockPosition Specify where the dock control is docked when its header is double-clicked. Inherited from TdxCustomDockControl.
OnStartDock Inherited from TControl.
OnStartDocking Fires when a docking operation starts. Inherited from TdxCustomDockControl.
OnStartDrag Inherited from TControl.
OnStartResizing Fires when the resizing operation starts. Inherited from TdxCustomDockControl.
OnStoreDockPosition Enables you to store a custom docking position when undocking the control. Inherited from TdxCustomDockControl.
OnUnDock Fires immediately after the dock control has been undocked. Inherited from TdxCustomDockControl.
OnUpdateDockZones Enables you to provide custom dock zones for the dock control. Inherited from TdxCustomDockControl.
OnUpdateResizeZones Enables you to provide custom resize zones for the dock control. Inherited from TdxCustomDockControl.
OnVisibleChanged Fires immediately after the dock control’s visibility has been changed. Inherited from TdxCustomDockControl.
OnVisibleChanging Fires before the visibility of the dock control is changed. Inherited from TdxCustomDockControl.
See Also