Vcl.Grids.TCustomGrid.DoMouseWheelDown

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

Delphi

function DoMouseWheelDown(Shift: TShiftState; MousePos: TPoint): Boolean; override;

C++

DYNAMIC bool __fastcall DoMouseWheelDown(System::Classes::TShiftState Shift, const System::Types::TPoint &MousePos);

プロパティ

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

説明

マウスホイールが下向きに回転したときにタスクを実行します。

DoMouseWheelDown メソッドをオーバーライドすると,マウスホイールが下向きに回転したときにタスクを実行できます。

DoMouseWheelDown メソッドは,コントロールの親がメッセージを処理しなければならない場合に false を返します。

TCustomGrid では,DoMouseWheelDown は,現在の行をインクリメントして,true を返します。

関連項目