API:Vcl.TabNotBk.TTabbedNotebook.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor  Destroy; override;

C++

__fastcall virtual ~TTabbedNotebook();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.TabNotBk.pas
Vcl.TabNotBk.hpp
Vcl.TabNotBk TTabbedNotebook

Description

Destroys an instance of TCustomTabControl.

Vcl.TabNotBk.TTabbedNotebook.Destroy inherits from Vcl.ComCtrls.TCustomTabControl.Destroy. All content below this line refers to Vcl.ComCtrls.TCustomTabControl.Destroy.

Destroys an instance of TCustomTabControl.

Do not call Destroy directly in an application. Instead, use Free. Free checks that the tab control is not nil, and only then calls Destroy. Destroy frees the tab list that holds the list of text strings for the tabs and calls the inherited destructor.

See Also