Back to Devexpress

TcxPageControl Class

vcl-cxpc.md

latest1.7 KB
Original Source

TcxPageControl Class

Represents a page control.

Declaration

delphi
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.

Inheritance

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxCustomTabControl TcxPageControl

See Also

Tutorial

TcxPageControl Members

cxPC Unit