API:Vcl.Grids.TStringGrid.Destroy

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

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TStringGrid();

プロパティ

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

説明

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

Vcl.Grids.TStringGrid.Destroy は Vcl.Grids.TCustomGrid.Destroy を継承しています。以下の内容はすべて Vcl.Grids.TCustomGrid.Destroy を参照しています。

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

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

関連項目