RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTabbedNotebook.Pages Property

Contains the strings that identify the individual pages of the tabbed notebook control.

Pascal
property Pages: TStrings;
C++
__property TStrings Pages;

Tabbed notebook controls create a separate page for each string in the Pages property. For example, if Pages contains three strings, First, Second, and Third, the control has three separate pages. Each string in Pages corresponds to a TTabPage object whose Caption property is the same as the string. 

You can change the active page in a tabbed notebook control with either the ActivePage or PageIndex property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!