RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TNotebook.Pages Property

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

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

The Pages property contains the strings that identify the individual pages of the notebook control. Both these 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.  

You can access the various pages in a notebook or 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!