Vcl.DBOleCtl.TDBOleControl.Destroy

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

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDBOleControl();

プロパティ

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

説明

DestroyTDBOleControl のインスタンスを破棄します。

Destroy コンストラクタを呼び出さないでください。かわりに,Free メソッドを呼び出します。Free メソッドは,TDBOleControl オブジェクトの参照が nil ではない場合に Destroy メソッドを呼び出します。

関連項目