Vcl.ExtCtrls.TNotebook.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.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TNotebook

Description

Determines which page displays in the notebook.

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.

See Also