Vcl.TabNotBk.TTabbedNotebook.ActivePage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActivePage: string read GetActivePage write SetActivePage  stored False;

C++

__property System::UnicodeString ActivePage = {read=GetActivePage, write=SetActivePage, stored=false};

Properties

Type Visibility Source Unit Parent
property published
Vcl.TabNotBk.pas
Vcl.TabNotBk.hpp
Vcl.TabNotBk TTabbedNotebook

Description

Determines which page displays in the tabbed notebook control.

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.

See Also