RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTabbedNotebook.ActivePage Property

Determines which page displays in the tabbed notebook control.

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

The value of ActivePage must be one of the strings contained in the Pages property.

Note: To indicate the page that appears in the tabbed notebook by index rather than text, use the PageIndex property instead.
 

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