API:Vcl.ExtCtrls.TCustomCategoryPanelGroup.Destroy

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomCategoryPanelGroup();

Propriétés

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

Description

Supprime l'objet TScrollingWinControl de la mémoire.

Vcl.ExtCtrls.TCustomCategoryPanelGroup.Destroy hérite de Vcl.Forms.TScrollingWinControl.Destroy. Tout le contenu en-dessous de cette ligne se réfère à Vcl.Forms.TScrollingWinControl.Destroy.

Supprime l'objet TScrollingWinControl de la mémoire.

N'appelez pas Destroy. A la place, appelez Free, qui appelle Destroy si l'objet TScrollingWinControl n'est pas nil.

Voir aussi