Back to Devexpress

TdxTabbedMDITabProperties Class

vcl-dxtabbedmdi-528be267.md

latest1.5 KB
Original Source

TdxTabbedMDITabProperties Class

Contains page settings for tabbed MDI child forms.

Declaration

delphi
TdxTabbedMDITabProperties = class(
    TcxCustomTabControlProperties
)

Remarks

In addition to publishing properties inherited from its base classes, the TdxTabbedMDITabProperties class introduces the properties that allow you to do the following:

  • Access individual pages and obtain a count of them (Pages and PageCount);

  • Make a specific page active and access its settings (PageIndex and ActivePage);

  • Control if page tabs can be navigated using the keyboard (Focusable).

The TdxTabbedMDITabProperties object is referenced by the TdxTabbedMDIManager.TabProperties property.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxCustomTabControlProperties TdxTabbedMDITabProperties

See Also

TdxTabbedMDITabProperties Members

dxTabbedMDI Unit