Skip to main content

TcxPageControl Class

Represents a page control.

Declaration

TcxPageControl = class(
    TcxCustomTabControl
)

Remarks

Use the TcxPageControl control to add a multiple page dialog onto a form. This control allows you to create a number of pages (container controls). Each page can contain its own collection of controls. An end-user can switch between pages by means of clicking tabs.

The TcxCustomTabControl class implements the basic functionality of a page control. The TcxPageControl class introduces several properties and methods used for page management.

If you don’t need to use a separate page for each tab, use the TcxTabControl instead. This control provides a single page whose contents can be updated when the selected tab is changed.

See Also