vcl-cxpc-a70bafbc.md
An individual page in a TcxPageControl control.
TcxTabSheet = class(
TCustomControl
)
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.
TObject TPersistent TComponent TControl TWinControl TCustomControl TcxTabSheet
See Also