Vcl.Grids.TCustomGrid.MouseMove

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

Delphi

procedure MouseMove(Shift: TShiftState; X, Y: Integer); override;

C++

DYNAMIC void __fastcall MouseMove(System::Classes::TShiftState Shift, int X, int Y);

プロパティ

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

説明

マウスが移動されたときの特定の処理を指定します。

グリッドが行や列を移動またはサイズ変更している場合,あるいはマウスを使ってある範囲のセルを選択している場合,MouseMove メソッドはマウス移動の変化量を計算し,現在処理中であることを視覚的に示します。最後に,MouseMove は,OnMouseMove イベントを生成します。

関連項目