Vcl.DockTabSet.TDockTabSet

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Tabs.TTabSetVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTDockTabSet

Delphi

TDockTabSet = class(TTabSet)

C++

class PASCALIMPLEMENTATION TDockTabSet : public Vcl::Tabs::TTabSet

Properties

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

Description

A docking tab set that has the appearance of notebook dividers.

Inherits from TTabSet. Use TDockTabSet to add a control with multiple tab settings to a form. Unlike a page control, TDockTabSet is not made up of several pages that contain different controls. Instead, TDockTabSet is a single object. When the current tab changes, the tab control must directly update its contents to reflect the change in an OnChange event handler. Disabling a TDockTabSet object disables all tabs because it is one control.

See Also