Back to Devexpress

TcxTabSheet Class

vcl-cxpc-a70bafbc.md

latest1.6 KB
Original Source

TcxTabSheet Class

An individual page in a TcxPageControl control.

Declaration

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

Inheritance

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxTabSheet

See Also

TcxTabSheet Members

cxPC Unit