Skip to main content

TcxTabSheet Class

An individual page in a TcxPageControl control.

Declaration

TcxTabSheet = class(
    TCustomControl
)

Remarks

Each page in a page control is a TcxTabSheet object. This object provides the properties with which you can customize the appearance and behavior of the tab that corresponds to a specific page. In addition, the TcxTabSheet class provides the OnHide and OnShow events, which enable you to perform specific actions when a page becomes active or inactive.

You can access individual pages via the TcxPageControl.Pages property. To access the currently active page, use the TcxPageControl.ActivePage property.

See Also