Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTabControl Class

Represents a tab control.

#Declaration

Delphi
TcxTabControl = class(
    TcxCustomTabControl
)

#Remarks

Use the TcxTabControl control to add a multiple page dialog onto a form. This control provides a single page and allows you to create a set of tabs. The page’s contents should be updated when a user clicks a tab.

The TcxCustomTabControl class completely implements the functionality of a tab control. The TcxTabControl class simply changes the visibility of certain class members.

If you need to use a separate page for each tab, use the TcxPageControl instead. This control gives you the ability to manipulate individual tabs and pages.

See Also