TcxTabControl Class
Represents a tab control.
Declaration
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.
Inheritance
See Also