Hiding a tab from view


It is sometime useful to hide individual tabs in a tab control from view, this can be done by setting the Visible property for the tab to FALSE, for example:

.tabControl1.tab6.Visible = FALSE

See also Forms Designer - Working with Tab controls