Skip to main content

TdxTabContainerDockSiteProperties Class

Provides the default settings for tab containers.

Declaration

TdxTabContainerDockSiteProperties = class(
    TdxCustomDockControlProperties
)

Remarks

The docking manager’s DefaultTabContainerSiteProperties property holds a TdxTabContainerDockSiteProperties object and this provides default values for dynamically created tab containers.

The basic functionality of this class is implemented by its ancestor, the TdxCustomDockControlProperties class. The TdxTabContainerDockSiteProperties class publishes some inherited.

Inheritance

TObject
TPersistent
TdxCustomDockControlProperties
TdxTabContainerDockSiteProperties
See Also