vcl-dxtabbedmdi.md
The tabbed MDI manager component.
TdxTabbedMDIManager = class(
TcxScalableComponent,
IcxControlComponentState,
IcxLookAndFeelContainer,
IdxSkinSupport
)
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.
TObject TPersistent TComponent TcxCustomComponent TcxComponent TcxScalableComponent TdxTabbedMDIManager
See Also