Vcl.Grids.TStringGrid.RowMoved

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

Delphi

procedure RowMoved(FromIndex, ToIndex: Longint); override;

C++

DYNAMIC void __fastcall RowMoved(int FromIndex, int ToIndex);

プロパティ

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

説明

OnRowMoved イベントを生成します。

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

OnRowMoved イベントを生成します。

RowMoved メソッドはグリッド内の行の位置が変更された直後に呼び出されます。これは,継承するメソッドをオーバーライドして OnRowMoved イベントを生成します。TCustomDrawGrid の下位オブジェクトはこのメソッドをオーバーライドして,内部的な調整を行ったり,OnRowMoved イベントをブロックしたりすることができます。

関連項目