Back to Devexpress

TdxTabbedMDIManager Class

vcl-dxtabbedmdi.md

latest1.4 KB
Original Source

TdxTabbedMDIManager Class

The tabbed MDI manager component.

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.

Implements

IcxControlComponentState

IcxLookAndFeelContainer

IdxSkinSupport

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponent TcxScalableComponent TdxTabbedMDIManager

See Also

TdxTabbedMDIManager Members

dxTabbedMDI Unit