Vcl.Tabs.TTabSet.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TTabSet();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.Tabs.pas
Vcl.Tabs.hpp
Vcl.Tabs TTabSet

Description

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