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 は,TStringGrid のインスタンスを破棄します。

アプリケーションで直接 Destroy メソッドを呼び出さないでください。かわりに,Free メソッドを呼び出します。Free は,文字列グリッドが nil でないことを確認してから Destroy メソッドを呼び出します。

Destroy は,文字列とその関連付けられたオブジェクトの配列を管理するために使用するヘルパーオブジェクトを解放します。

関連項目