Vcl.Grids.TCustomGrid.DeleteRow

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

Delphi

procedure DeleteRow(ARow: Longint); virtual;

C++

virtual void __fastcall DeleteRow(int ARow);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

説明

指定された行をグリッドから削除します。

DeleteRow メソッドを呼び出すと,グリッドの途中の行が削除されます。ARow として行を削除するには,その行のインデックスを指定してください。グリッドの最後の行を削除するには,RowCount プロパティを設定してください。

関連項目