vcl-cxpc-acba9427.md
Represents a tab control.
TcxTabControl = class(
TcxCustomTabControl
)
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.
TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxCustomTabControl TcxTabControl
See Also