Vcl.ExtCtrls.TCustomCategoryPanelGroup.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomCategoryPanelGroup();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomCategoryPanelGroup

Description

Removes the TScrollingWinControl object from memory.

Vcl.ExtCtrls.TCustomCategoryPanelGroup.Destroy inherits from Vcl.Forms.TScrollingWinControl.Destroy. All content below this line refers to Vcl.Forms.TScrollingWinControl.Destroy.

Removes the TScrollingWinControl object from memory.

Do not call Destroy. Instead, call Free, which calls TWinControl.Destroy if the TScrollingWinControl object is not nil.

See Also