Skip to main content
A newer version of this page is available. .

TdxTabbedMDIManager Class

Declaration

TdxTabbedMDIManager = class(
    TcxScalableComponent,
    IcxControlComponentState,
    IcxLookAndFeelContainer,
    IdxSkinSupport
)

Remarks

The tabbed MDI manager provides centralized control over MDI child forms. In the tabbed interface mode (the Active property is True), all MDI child forms are displayed as tabbed pages within the parent form.

Note

MDI child forms created in a DLL file are not supported.

See Also