PageControl component

www.kxcad.net Home > Electronic Index > Altium(Protel) Index


Your Ad Here

Use TPageControl to create a multiple page dialog or tabbed notebook. TPageControl displays multiple overlapping pages that are TTabSheet objects. The user selects a page by clicking the page’s tab that appears at the top of the control. To add a new page to a TPageControl object at design time, right-click the TPageControl object and choose New Page. To create a tabbed control that uses only a single body portion (page), use TTabControl instead.

Main Properties : ActivePage, ActivePageIndex, PageCount, Pages

Methods

In TPageControl

Derived from TCustomTabControl

Derived from TWinControl

Derived from TControl

Derived from TComponent

Derived from TPersistent

Derived from TObject

Your Ad Here