Vcl.ExtCtrls.TCustomControlBar.Destroy

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

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomControlBar();

プロパティ

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

説明

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

Destroy コンストラクタを呼び出さないでください。かわりに,Free メソッドを呼び出します。

Destroy は,TCustomControlBar プロパティに割り当てられたメモリを解放します。

関連項目