TdxSideContainerDockSite Class
Serves as the base for side container sites.
Declaration
TdxSideContainerDockSite = class(
TdxContainerDockSite
)
Remarks
The TdxSideContainerDockSite class implements the common functionality of side containers. Being the direct descendant of the TdxContainerDockSite class, it inherits all features relating to docking operations, active child management, etc. The functionality introduced mainly relates to managing child controls when they are arranged one after another either horizontally or vertically.
Descendants of the TdxSideContainerDockSite class are the TdxVertContainerDockSite and TdxHorizContainerDockSite classes representing the vertical and horizontal side containers respectively.
Please refer to the Dock Controls Hierarchy for a complete inheritance diagram of dock controls.
Inheritance
See Also