Vcl.Grids.TCustomGrid.MoveRow

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

Delphi

procedure MoveRow(FromIndex, ToIndex: Longint);

C++

void __fastcall MoveRow(int FromIndex, int ToIndex);

プロパティ

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

説明

行を新しい位置に移動します。

MoveRow メソッドを呼び出すと,FromIndex パラメータで指定された行が ToIndex パラメータで指定された位置に移動します。

関連項目