RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTabPage Class

TTabPage implements an individual tab page of a tabbed notebook control.

Pascal
TTabPage = class(TWinControl);
C++
class TTabPage : public TWinControl;

TabNotBk

Each instance of this class holds the controls to be displayed when it is the active page of a tabbed notebook. TTabPage objects are associated with the strings in the corresponding tabbed notebook's Pages property by setting their Caption property. 

 

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