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 a tabbed notebook component.

Do not call Destroy directly in an application, Instead, use Free method, which checks that the notebook is not nil before calling Destroy.

See Also