TdxTabbedMDIManager.Active Property
In This Article
Specifies whether the tabbed interface is applied to child forms.
#Declaration
Delphi
property Active: Boolean read; write;
#Property Value
Type |
---|
Boolean |
#Remarks
Set this property to True to organize child forms into tabbed pages. Otherwise, child forms are displayed as MDI windows.
See Also