Back to Devexpress

TdxCustomDockControl Class

vcl-dxdockcontrol-b19c7e8f.md

latest1.9 KB
Original Source

TdxCustomDockControl Class

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

Declaration

delphi
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.

Implements

IcxMouseTrackingCaller

IcxMouseTrackingCaller2

Inheritance

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TdxCustomDockControl

See Also

TdxCustomDockControl Members

dxDockControl Unit