Vcl.DockTabSet.TDockTabSet.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDockTabSet();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.DockTabSet.pas
Vcl.DockTabSet.hpp
Vcl.DockTabSet TDockTabSet

Description

Frees the memory associated with the TTabSet object.

Vcl.DockTabSet.TDockTabSet.Destroy inherits from Vcl.Tabs.TTabSet.Destroy. All content below this line refers to Vcl.Tabs.TTabSet.Destroy.

Frees the memory associated with the TTabSet object.

Do not call Destroy directly. Instead, use the Free method, which checks that the tab set is not nil before calling Destroy. Destroy frees the TTabList object that holds the list of tabs.

See Also