TdxTabbedMDIManager Class
In This Article
#Declaration
Delphi
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.
#Inheritance
See Also