RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDockTabSet Class

A docking tab set that has the appearance of notebook dividers.

Pascal
TDockTabSet = class(TTabSet);
C++
class TDockTabSet : public TTabSet;

DockTabSet

Inherits from TTabSet. Use TDockTabSet to add a control with multiple tab settings to a form. Unlike a page control, TDockTabSet is not made up of several pages that contain different controls. Instead, TDockTabSet is a single object. When the current tab changes, the tab control must directly update its contents to reflect the change in an OnChange event handler. Disabling a TDockTabSet object disables all tabs because it is one control. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!