Vcl.Grids.TCustomGrid.Destroy

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

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomGrid();

プロパティ

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

説明

Destroy は,TCustomGrid のインスタンスを作成します。

アプリケーションで直接 Destroy メソッドを呼び出さないでください。かわりに,Free メソッドを呼び出します。Free は,グリッドの参照が nil でないことを確認した場合にのみ Destroy デストラクタを呼び出します。

関連項目