Vcl.Grids.TCustomGrid.EndRowDrag

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

Delphi

function EndRowDrag(var Origin, Destination: Integer;
const MousePt: TPoint): Boolean; dynamic;

C++

DYNAMIC bool __fastcall EndRowDrag(int &Origin, int &Destination, const System::Types::TPoint &MousePt);

プロパティ

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

説明

グリッド内の行ドラッグを終了します。

EndRowDrag メソッドを呼び出すと,ドラッグを終了できます。EndRowDrag メソッドは,グリッドが行のドロップ先を制御できるようにします。これはプロテクトメソッドとしてエクスポーズされるので,TCustomGrid の下位オブジェクトはグリッド内の行ドラッグをカスタマイズできます。

関連項目