RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TNotebook.ActivePage Property

Determines which page displays in the notebook.

Pascal
property ActivePage: string;
C++
__property AnsiString ActivePage;

ActivePage determines which page displays in the notebook. The value of ActivePage must be one of the strings contained in the Pages property. 

To get or set the active page by index rather than string, use the PageIndex property instead. 

 

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