Vcl.DBGrids.TCustomDBGrid.Destroy

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

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomDBGrid();

プロパティ

種類 可視性 ソース ユニット
destructor public
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TCustomDBGrid

説明

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

アプリケーションで直接 Destroy メソッドを呼び出さないでください。かわりに,Free メソッドを呼び出します。Free は,データベース対応グリッドが nil ではないことを確認してからのみ Destroy を呼び出します。Destroy は,グリッドが使用したすべてのヘルパーオブジェクトを解放します。

関連項目