Vcl.ComCtrls.TTabSheet

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTTabSheet

Delphi

TTabSheet = class(TWinControl)

C++

class PASCALIMPLEMENTATION TTabSheet : public Vcl::Controls::TWinControl

Properties

Type Visibility Source Unit Parent
class public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

TTabSheet is an individual page in a TPageControl object.

Use TTabSheet to represent a single page in a tabbed page control. Tab sheets are typically referred to as pages. TPageControl maintains an indexed array of its tab sheets in its Pages property. Users can click on a tab to activate the tab sheet.

You can use the Caption property of the TTabSheet control to define an accelerator key to a page of the TPageControl.

See Also