TdxCustomDockControl Class
Serves as the base for classes representing dock sites and dock panels.
Declaration
TdxCustomDockControl = class(
TcxCustomControl,
IcxMouseTrackingCaller,
IcxMouseTrackingCaller2
)
Remarks
Dock panels and dock sites have much in common. They both provide settings controlling how they can be docked to other sites and how panels can be docked to them. Also, dock panels and sites can be contained within other sites. This and other common functionality is implemented in the TdxCustomDockControl class.
The TdxCustomDockControl class has two direct descendants. These are the TdxDockPanel control, representing docking panels, and the TdxCustomDockSite class. The latter represents a common ancestor for all dock sites.
Inheritance
TObject
TPersistent
TComponent
TControl
TWinControl
TCustomControl
TcxCustomControl
TdxCustomDockControl
See Also