Vcl.Grids.TCustomGrid.BeginRowDrag

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

Delphi

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

C++

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

プロパティ

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

説明

グリッド内の行ドラッグを開始します。

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

関連項目