Skip to main content

TdxCustomDockControl Members

Serves as the base for classes representing dock sites and dock panels.

Constructors

Name Description
Create(TComponent) Inherited from TComponent.
CreateParented(HWND) Inherited from TWinControl.

Properties

Name Description
Action Inherited from TControl.
Active Determines whether a dock control is active.
Align Inherited from TControl.
AlignDisabled Inherited from TWinControl.
AlignWithMargins Inherited from TControl.
AllowClosing
AllowDock Specifies how a dock control can be docked to other dock controls.
AllowDockClients Specifies if and how other dock controls can be docked to it.
AllowFloating Specifies whether the dock control is allowed to float.
Anchors Inherited from TControl.
AutoHide Specifies whether the dock control is automatically hidden when the mouse pointer is elsewhere.
AutoHideContainer When the auto hide feature is enabled, it returns the parent of the dock control.
AutoHideControl If the dock control’s auto hide feature is enabled, this property returns the control itself. Otherwise, it returns the first control within the parent hierarchy that satisfies this condition.
AutoHideHostSite Returns the dock site controlling the dock control’s auto hide functionality.
AutoHidePosition
AutoSize Inherited from TControl.
AutoSizeHostSite
BevelEdges Inherited from TWinControl.
BevelInner Inherited from TWinControl.
BevelKind Inherited from TWinControl.
BevelOuter Inherited from TWinControl.
BevelWidth Inherited from TWinControl.
BiDiMode Inherited from TControl.
BorderWidth Inherited from TWinControl.
BoundsRect Inherited from TControl.
Brush Inherited from TWinControl.
Canvas Inherited from TCustomControl.
Caption Inherited from TControl.
CaptionButtons Specifies which standard buttons are displayed inside the caption of the dock control.
ChildCount Gets the number of dock controls owned by the dock control.
Children Provides indexed access to immediate children of the dock control.
ClientHeight Inherited from TControl.
ClientOrigin Inherited from TControl.
ClientRect Inherited from TControl.
ClientWidth Inherited from TControl.
Color Inherited from TControl.
ComObject Inherited from TComponent.
ComponentCount Inherited from TComponent.
ComponentIndex Inherited from TComponent.
Components Inherited from TComponent.
ComponentState Inherited from TComponent.
ComponentStyle Inherited from TComponent.
Constraints Inherited from TControl.
Container Returns the immediate container of the dock control.
ControlCount Inherited from TWinControl.
Controller Returns the docking controller that holds the common settings of dock controls and manages the dock operations.
Controls Inherited from TWinControl.
ControlState Inherited from TControl.
ControlStyle Inherited from TControl.
Ctl3D Inherited from TWinControl.
CurrentPPI Inherited from TControl.
Cursor Inherited from TControl.
CustomCaptionButtons Specifies the settings of custom buttons displayed next to the dock control’s standard caption buttons.
CustomHint Inherited from TControl.
DesignInfo Inherited from TComponent.
Dockable Specifies whether the dock control can be docked to other dock controls.
DockClientCount Inherited from TWinControl.
DockClients Inherited from TWinControl.
DockIndex Returns the index of the dock control in its parent’s child collection.
DockLevel Returns a value indicating the nesting level of the dock control.
DockManager Inherited from TWinControl.
DockOrientation Inherited from TControl.
DockSite Inherited from TWinControl.
DockState Returns the current state of the dock control.
DockType Returns a value indicating how the dock control is aligned within its parent control.
DockZones Returns the list of dock zones owned by this dock control.
DoubleBuffered Inherited from TWinControl.
DragCursor Inherited from TControl.
DragKind Inherited from TControl.
DragMode Inherited from TControl.
Enabled Inherited from TControl.
ExplicitHeight Inherited from TControl.
ExplicitLeft Inherited from TControl.
ExplicitTop Inherited from TControl.
ExplicitWidth Inherited from TControl.
FloatDockSite Returns the float site where the dock control resides.
FloatForm Gets the floating form where the dock control resides.
FloatFormActive
FloatFormVisible
Floating Inherited from TControl.
FloatingDockSiteClass Inherited from TControl.
Font Inherited from TControl.
Handle Inherited from TWinControl.
Height Inherited from TControl.
HelpContext Inherited from TControl.
HelpKeyword Inherited from TControl.
HelpType Inherited from TControl.
Hint Inherited from TControl.
HostDockSite Inherited from TControl.
ImageIndex Specifies the index of the image associated with the dock control.
Images Returns the image list that provides images for dock controls.
ImeMode Inherited from TWinControl.
ImeName Inherited from TWinControl.
IsDrawingLocked Inherited from TWinControl.
LayoutDockSite Provides access to the neighboring layout dock site.
Left Inherited from TControl.
LRDockWidth Inherited from TControl.
ManagerColor Specifies whether the dock control uses the color specified by the docking manager.
ManagerFont Specifies whether the dock control uses the font specified by the docking manager.
Margins Inherited from TControl.
MouseCapture Inherited from TControl.
MouseInClient Inherited from TWinControl.
Name Inherited from TComponent.
Observers Inherited from TComponent.
OriginalHeight Gets the real height of the dock control.
OriginalWidth Gets the real width of the dock control.
Owner Inherited from TComponent.
Padding Inherited from TWinControl.
Parent Inherited from TControl.
ParentBackground Inherited from TWinControl.
ParentBiDiMode Inherited from TControl.
ParentColor
ParentCtl3D Inherited from TWinControl.
ParentCustomHint Inherited from TControl.
ParentDockControl Returns the immediate parent of the dock control.
ParentDoubleBuffered Inherited from TWinControl.
ParentFont
ParentForm Returns the form that owns the dock control.
ParentFormActive
ParentFormVisible
ParentShowHint Inherited from TControl.
ParentWindow Inherited from TWinControl.
PixelsPerInch Inherited from TWinControl.
PopupMenu Inherited from TControl.
RaiseOnNonMainThreadUsage Inherited from TControl.
RedrawDisabled Inherited from TWinControl.
ResizeZones Provides a list of resize zones owned by the dock control.
ScaleFactor Inherited from TControl.
ShowCaption Specifies whether the dock control’s caption is visible.
ShowHint Inherited from TControl.
Showing Inherited from TWinControl.
SideContainer Returns the owning side container.
SideContainerIndex Returns the position of the dock control within the owning side container.
SideContainerItem Returns the dock control that owns it and is the immediate child of a side container.
StyleElements Inherited from TControl.
StyleName Inherited from TControl.
TabContainer Returns the owning tab container control.
TabOrder Inherited from TWinControl.
TabStop Inherited from TWinControl.
Tag Inherited from TComponent.
TBDockHeight Inherited from TControl.
Text Inherited from TControl.
TipMode Inherited from TWinControl.
Top Inherited from TControl.
TopMostDockControl Returns the topmost parent for the dock control.
Touch Inherited from TControl.
UndockHeight Inherited from TControl.
UndockWidth Inherited from TControl.
UseDockManager Inherited from TWinControl.
UseDoubleBuffer Specifies whether controls paint non-client elements directly to the window or via a memory bitmap.
ValidChildCount
ValidChildren
VCLComObject Inherited from TComponent.
Visible Inherited from TControl.
VisibleDockClientCount Inherited from TWinControl.
Width Inherited from TControl.
WindowProc Inherited from TControl.

Methods

Name Description
Activate Activates the current dock control.
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginDrag(Boolean,Integer) Inherited from TControl.
BeginInvoke(TAsyncConstArrayFunctionEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProc,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProcedureEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncFunctionEvent,TObject) Inherited from TComponent.
BeginInvoke(TAsyncProcedureEvent,TObject) Inherited from TComponent.
BeginInvoke(TProc,TObject) Inherited from TComponent.
BeginInvoke<TResult>(TAsyncConstArrayFunc<TResult>,Untyped[],TObject) Inherited from TComponent.
BeginInvoke<TResult>(TFunc<TResult>,TObject) Inherited from TComponent.
BringToFront Inherited from TControl.
Broadcast(Untyped) Inherited from TWinControl.
CanActive Returns a value indicating whether the dock control can be activated.
CanAutoHide Returns a value indicating whether the control’s auto hide feature can be enabled.
CanDock Returns a value indicating whether the control can be docked to other controls.
CanDockHost(TdxCustomDockControl,TdxDockingType) Returns a value indicating whether controls can be docked to the control in the manner specified.
CanFocus Inherited from TWinControl.
CanMaximize Returns a value indicating whether the dock control can be maximized.
ChangeScale(Integer,Integer) Inherited from TControl.
CheckNonMainThreadUsage Inherited from TControl.
Click Inherited from TControl.
ClientToParent(TPoint,TWinControl) Inherited from TControl.
ClientToScreen(TPoint) Inherited from TControl.
ClientToScreen(TRect) Inherited from TControl.
Close Closes the dock control.
ConstrainedResize(Integer,Integer,Integer,Integer) Inherited from TControl.
ContainsControl(TControl) Inherited from TWinControl.
ControlAtPos(TPoint,Boolean,Boolean,Boolean) Inherited from TWinControl.
CreateParentedControl(HWND) Inherited from TWinControl.
DestroyComponents Inherited from TComponent.
Destroying Inherited from TComponent.
DisableAlign Inherited from TWinControl.
Dock(TWinControl,TRect) Inherited from TControl.
DockDrop(TDragDockObject,Integer,Integer) Inherited from TWinControl.
DockTo(TdxCustomDockControl,TdxDockingType,Integer) Docks the control to the specified dock control in the specified manner.
DragDrop(TObject,Integer,Integer) Inherited from TControl.
Dragging Inherited from TControl.
DrawTextBiDiModeFlags(Longint) Inherited from TControl.
DrawTextBiDiModeFlagsReadingOnly Inherited from TControl.
EnableAlign Inherited from TWinControl.
EndDrag(Boolean) Inherited from TControl.
EndFunctionInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke<TResult>(IAsyncResult) Inherited from TComponent.
Equals(TObject) Inherited from TObject.
ExecuteAction(TBasicAction) Inherited from TComponent.
FindChildControl(String) Inherited from TWinControl.
FindComponent(String) Inherited from TComponent.
FlipChildren(Boolean) Inherited from TWinControl.
Focused Inherited from TWinControl.
FreeNotification(TComponent) Inherited from TComponent.
FreeOnRelease Inherited from TComponent.
GetChildren(TGetChildProc,TComponent) Inherited from TComponent.
GetControlsAlignment Inherited from TControl.
GetDockZoneAtPos(TdxCustomDockControl,TPoint) Gets the dock zone at the specified point, provided that the control can be docked to it.
GetDragImages Inherited from TControl.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetParentComponent Inherited from TComponent.
GetResizeZoneAtPos(TPoint) Gets the resize zone located under the specified point.
GetStyleName Inherited from TControl.
GetSystemMetrics(Integer) Inherited from TControl.
GetTabControlList(TList) Inherited from TWinControl.
GetTabOrderList(TList) Inherited from TWinControl.
GetTextBuf(PChar,Integer) Inherited from TControl.
GetTextLen Inherited from TControl.
HandleAllocated Inherited from TWinControl.
HandleNeeded Inherited from TWinControl.
HasParent Inherited from TComponent.
Hide Inherited from TControl.
InitiateAction Inherited from TControl.
InsertComponent(TComponent) Inherited from TComponent.
InsertControl(TControl) Inherited from TWinControl.
Invalidate Inherited from TControl.
IsCustomStyleActive Inherited from TControl.
IsImplementorOf(IInterface) Inherited from TComponent.
IsLightStyleColor(TColor) Inherited from TControl.
IsNeeded
IsRightToLeft Inherited from TControl.
IsValidChild(TdxCustomDockControl)
Loaded Inherited from TComponent.
LockDrawing Inherited from TWinControl.
MakeFloating
MakeFloating(Integer,Integer) Makes the control floating.
ManualDock(TWinControl,TControl,TAlign) Inherited from TControl.
ManualFloat(TRect) Inherited from TControl.
MouseDown(TMouseButton,TShiftState,Integer,Integer) Inherited from TControl.
MouseMove(TShiftState,Integer,Integer) Inherited from TControl.
MouseUp(TMouseButton,TShiftState,Integer,Integer) Inherited from TControl.
MouseWheelHandler(TMessage) Inherited from TControl.
Notification(TComponent,TOperation) Inherited from TComponent.
PaintTo(HDC,Integer,Integer) Inherited from TWinControl.
PaintTo(TCanvas,Integer,Integer) Inherited from TWinControl.
ParentToClient(TPoint,TWinControl) Inherited from TControl.
Perform(Cardinal,WPARAM,LPARAM) Inherited from TControl.
Perform(Cardinal,WPARAM,PChar) Inherited from TControl.
Perform(Cardinal,WPARAM,TRect) Inherited from TControl.
PreProcessMessage(TMsg) Inherited from TWinControl.
Realign Inherited from TWinControl.
ReferenceInterface(IInterface,TOperation) Inherited from TComponent.
Refresh Inherited from TControl.
RemoveComponent(TComponent) Inherited from TComponent.
RemoveControl(TControl) Inherited from TWinControl.
RemoveFreeNotification(TComponent) Inherited from TComponent.
Repaint Inherited from TControl.
ReplaceDockedControl(TControl,TWinControl,TControl,TAlign) Inherited from TControl.
ScaleBy(Integer,Integer) Inherited from TWinControl.
ScaleForPPI(Integer) Inherited from TControl.
ScaleRectSize(TRect) Inherited from TControl.
ScaleValue(Double) Inherited from TControl.
ScaleValue(Integer) Inherited from TControl.
ScaleValue(TPoint) Inherited from TControl.
ScaleValue(TRect) Inherited from TControl.
ScaleValue(TSize) Inherited from TControl.
ScreenToClient(TPoint) Inherited from TControl.
ScreenToClient(TRect) Inherited from TControl.
ScrollBy(Integer,Integer) Inherited from TWinControl.
SendToBack Inherited from TControl.
SetBounds(Integer,Integer,Integer,Integer) Specifies the position and size of the dock control.
SetDesignVisible(Boolean) Inherited from TControl.
SetFocus Inherited from TWinControl.
SetParentComponent(TComponent) Inherited from TComponent.
SetSubComponent(Boolean) Inherited from TComponent.
SetTextBuf(PChar) Inherited from TControl.
Show Inherited from TControl.
ToString Inherited from TObject.
UnDock Undocks the control.
UnlockDrawing Inherited from TWinControl.
Update Inherited from TControl.
UpdateAction(TBasicAction) Inherited from TComponent.
UpdateControlState Inherited from TWinControl.
UseRightToLeftAlignment Inherited from TControl.
UseRightToLeftReading Inherited from TControl.
UseRightToLeftScrollBar Inherited from TControl.
WndProc(TMessage) Inherited from TControl.

Events

Name Description
OnActivate Fires when a dock control is activated or deactivated.
OnAlignInsertBefore Inherited from TWinControl.
OnAlignPosition Inherited from TWinControl.
OnAutoHideChanged Fires when the dock control’s auto hide feature is enabled or disabled.
OnAutoHideChanging Fires before the auto hide feature is enabled or disabled.
OnCanDocking Enables you to control whether or not the dragged dock control can be docked to the current control.
OnCanResize Enables you to restrict control resizing to particular positions.
OnClick Inherited from TControl.
OnClose Fires when the dock control is closed.
OnCloseQuery Enables you to override the control’s behavior when it is being closed.
OnConstrainedResize Inherited from TControl.
OnContextPopup Inherited from TControl.
OnCreateFloatSite Fires in response to float site creation.
OnCreateLayoutSite Fires in response to layout site creation.
OnCreateSideContainer Fires in response to side container creation.
OnCreateTabContainer Fires in response to tab container creation.
OnCustomDrawDockingSelection Enables you to custom paint docking selections.
OnCustomDrawResizingSelection Enables you to custom paint resizing bars.
OnDblClick Inherited from TControl.
OnDestroy
OnDock Fires immediately after a dock control has been docked to a site.
OnDockDrop Inherited from TWinControl.
OnDocking Enables you to control whether the dragged dock control can be docked to the current target.
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.
OnEndDrag Inherited from TControl.
OnEndResizing Fires immediately after a resizing operation has been finished.
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.
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.
OnMakeFloating Fires immediately after a dock control is made to float.
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.
OnParentChanging Fires before the parent of the dock control is changed.
OnResize Inherited from TControl.
OnResizing Fires repeatedly when resizing the dock control.
OnRestoreDockPosition Specify where the dock control is docked when its header is double-clicked.
OnStartDock Inherited from TControl.
OnStartDocking Fires when a docking operation starts.
OnStartDrag Inherited from TControl.
OnStartResizing Fires when the resizing operation starts.
OnStoreDockPosition Enables you to store a custom docking position when undocking the control.
OnUnDock Fires immediately after the dock control has been undocked.
OnUpdateDockZones Enables you to provide custom dock zones for the dock control.
OnUpdateResizeZones Enables you to provide custom resize zones for the dock control.
OnVisibleChanged Fires immediately after the dock control’s visibility has been changed.
OnVisibleChanging Fires before the visibility of the dock control is changed.
See Also