Vcl.ExtCtrls.TCustomCategoryPanelGroup.Destroy

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomCategoryPanelGroup();

プロパティ

種類 可視性 ソース ユニット
destructor public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomCategoryPanelGroup

説明

TScrollingWinControl オブジェクトをメモリから削除します。

Vcl.ExtCtrls.TCustomCategoryPanelGroup.Destroy は Vcl.Forms.TScrollingWinControl.Destroy を継承しています。以下の内容はすべて Vcl.Forms.TScrollingWinControl.Destroy を参照しています。

TScrollingWinControl オブジェクトをメモリから削除します。

Destroy.TScrollingWinControl を呼び出さないでください。かわりに,Free メソッドを呼び出します。Free メソッドは,TScrollingWinControl オブジェクトが nil でない場合に DestroyWinControl を呼び出します。

関連項目