Vcl.ComCtrls.TCustomTabControl.Destroy

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

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomTabControl();

プロパティ

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

説明

Destroy は,TCustomTabControl のインスタンスを破棄します。

アプリケーションで直接 Destroy メソッドを呼び出さないでください。かわりに,Free 使用します。Free は,タブコントロールが nil でないことを確認してからのみ Destroy を呼び出します。Destroy は,タブのテキスト文字列のリストを保持するタブリストを解放し,継承されたデストラクタを呼び出します。

関連項目